BACH CodeCommander MCP Server

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

People who work with code analysis, developer tools and json repair and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 3 · #387 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install BACH CodeCommander

Claude Code

claude mcp add lukisch-bach-codecommander-mcp -- npx -y bach-codecommander-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package bach-codecommander-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.lukisch is GitHub-verified and matches the repo owner

03 · What BACH CodeCommander can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.24 · 2026-09-06

Features & i18n Tool Surface · Added cc_get_language tool, expanding the CodeCommander tool surface to 23 tools. Enables AI clients to query the current active language and inspect supported language codes (\n\, \de\…

v1.3.16 · 2026-07-23

[1.3.16] - 2026-07-24 · Fixed · Correct FileCommander (46) and CodeCommander (22) tool counts in the ecosystem family table; counts now verified against the live MCP tools/list surface. · Align the McpServer runtime…

v1.3.15 · 2026-07-23

[1.3.15] - 2026-07-24 · Changed · Include llms.txt in the files array of package.json for npm package distribution. · Update llms.txt Last-checked metadata to 2026-07-06. · Changed · Unified the ellmos-ai ecosystem…

04 · Who maintains BACH CodeCommander

BACH CodeCommander is maintained by lukisch. We track 3 MCP servers from lukisch - 3 actively maintained, 9 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from lukisch.

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

05 · Facts

category
other - ranked #387 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-09-06)
registry
io.github.lukisch/bach-codecommander-mcp (active, first published 2026-02-17 · 2 versions)
packages
npm:bach-codecommander-mcp

06 · BACH CodeCommander FAQ

What is BACH CodeCommander?

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

Is BACH CodeCommander still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install BACH CodeCommander?

Run `npx -y bach-codecommander-mcp`. You can also paste the ready-made client config above.

Does BACH CodeCommander run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to BACH CodeCommander