PluginBench
MCP Server

BACH CodeCommander MCP Server

io.github.lukisch/bach-codecommander-mcp

What is the BACH CodeCommander MCP server?

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

How to install BACH CodeCommander

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bach-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-codecommander-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bach-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-codecommander-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bach-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-codecommander-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bach-codecommander-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bach-codecommander-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bach-codecommander-mcp -- npx -y bach-codecommander-mcp

Related MCP servers

43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export.

View repository →

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

View repository →