Skip to content

BACH FileCommander for Grok

io.github.lukisch/bach-filecommander-mcp

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

client:Grok transport:stdio runtime:npm

Install BACH FileCommander in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bach-filecommander-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 FileCommander in other clients