Skip to content

BACH CodeCommander for Grok

io.github.lukisch/bach-codecommander-mcp

17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.

client:Grok transport:stdio runtime:npm

Install BACH CodeCommander in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bach-codecommander-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bach-codecommander-mcp"
      ]
    }
  }
}

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

BACH CodeCommander in other clients