Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @ag-bash/mcp-server
MCP client config
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}