Skip to content
Grok

ag bash for Grok

io.github.sairam0424/ag-bash

Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.

client:Grok transport:stdio runtime:npm

Install ag bash in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ag bash in other clients