Skip to content
Cursor

jCodemunch MCP for Cursor

io.github.jgravelle/jcodemunch-mcp

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

client:Cursor transport:stdio runtime:pypi

Install jCodemunch MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jCodemunch MCP in other clients