BACH FileCommander for Cursor
io.github.lukisch/bach-filecommander-mcp
43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export.
client:Cursor
transport:stdio
runtime:npm
Install BACH FileCommander in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bach-filecommander-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bach-filecommander-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs