What is the io.github.sairam0424/ag-bash MCP server?
Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.
How to install io.github.sairam0424/ag-bash
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ag-bash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Claude Code
claude mcp add ag-bash -- npx -y @ag-bash/mcp-serverRelated MCP servers
Read the MindForge engine over MCP: knowledge graph, project health, and audit log.
View repository →Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.