Skip to content
VS Code

BACH FileCommander for VS Code

io.github.lukisch/bach-filecommander-mcp

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

client:VS Code transport:stdio runtime:npm

Install BACH FileCommander in VS Code

.vscode/mcp.json

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

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

BACH FileCommander in other clients