Skip to content
VS Code

codemunch pro for VS Code

io.github.bigjai/codemunch-pro

Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.

client:VS Code transport:stdio runtime:pypi

Install codemunch pro in VS Code

.vscode/mcp.json

{
  "servers": {
    "codemunch-pro": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codemunch-pro"
      ]
    }
  }
}

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

codemunch pro in other clients