Skip to content
VS Code

jCodemunch MCP for VS Code

io.github.jgravelle/jcodemunch-mcp

Token-efficient code exploration via tree-sitter AST parsing. 70+ languages, 86-99% token savings.

client:VS Code transport:stdio runtime:pypi

Install jCodemunch MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "jcodemunch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jcodemunch-mcp"
      ]
    }
  }
}

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

jCodemunch MCP in other clients