Odel
ag bash

ag bash

Local
@sairam0424TypeScriptApache-2.0Updated 1w ago

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).

npm@ag-bash/mcp-serverv6.0.4

Run

npx -y @ag-bash/mcp-server

MCP client config

{
  "mcpServers": {
    "ag-bash": {
      "command": "npx",
      "args": [
        "-y",
        "@ag-bash/mcp-server"
      ]
    }
  }
}