Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"ag-bash-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ag-bash/mcp-server"
]
}
}
}
Or smoke-test directly:
npx -y @ag-bash/mcp-server
Security & trust
Local (stdio)
unknown
Runs on your machine via npx — it executes with your shell environment and credentials. Review the source before installing.
This is a structural risk profile — how the server runs and where it's published — not a static code scan (the catalog doesn't hold the server's source). How we think about agent security ›
Details
| Website | https://www.npmjs.com/package/@ag-bash/mcp-server |
|---|---|
| License | unknown |
| Pricing | free |
| Tags | mcp ag-bash agentic bash |
| Sources | npm |
| Discovered | 2026-05-31 |