Skip to content

BACH CodeCommander for Zed

io.github.lukisch/bach-codecommander-mcp

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

client:Zed transport:stdio runtime:npm

Install BACH CodeCommander in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bach-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-codecommander-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

BACH CodeCommander in other clients