ag bash for Cursor
io.github.sairam0424/ag-bash
Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.
client:Cursor
transport:stdio
runtime:npm
Install ag bash in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ag-bash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs