AG Bash
Rank #16,334io.github.sairam0424/ag-bash
Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.
AG Bash is a Model Context Protocol (MCP) server published by sairam0424. It ranks #16,334 of 115,460 servers tracked on MCP Toplist. AG Bash is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 15, 2026 and most recently updated on Jun 15, 2026.
Ranks ahead of 99,126 of 115,460 servers on MCP Toplist.
Use AG Bash
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ag-bash -- npx -y @ag-bash/mcp-server[mcp_servers.ag-bash]
command = "npx"
args = ["-y", "@ag-bash/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ag-bash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ag-bash": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sairam0424%2Fag-bash)<a href="https://mcptoplist.com/server/io.github.sairam0424%2Fag-bash"><img src="https://mcptoplist.com/badge/io.github.sairam0424%2Fag-bash.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sairam0424
Other servers by sairam0424
View all sairam0424 servers →Available versions (1)
| Version | Published |
|---|---|
| 6.0.3 | Jun 15, 2026 |
Frequently asked questions
- Who maintains AG Bash?
- AG Bash is maintained by sairam0424, which publishes 3 MCP servers (34 total versions) tracked on MCP Toplist.
- Is AG Bash listed on the Official MCP Registry?
- Yes — AG Bash is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AG Bash have?
- MCP Toplist tracks 1 version of AG Bash, most recently published on Jun 15, 2026.
- Where can I find the source code for AG Bash?
- The source code for AG Bash is hosted at github.com/sairam0424/ag-bash.