Skip to content
VS Code

BACH CodeCommander for VS Code

io.github.lukisch/bach-codecommander-mcp

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

client:VS Code transport:stdio runtime:npm

Install BACH CodeCommander in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

BACH CodeCommander in other clients