ag bash for VS Code
io.github.sairam0424/ag-bash
Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.
client:VS Code
transport:stdio
runtime:npm
Install ag bash in VS Code
.vscode/mcp.json
{
"servers": {
"ag-bash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs