Odel
jCodemunch MCP

jCodemunch MCP

Local
@jgravelle2.7kPythonUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjcodemunch-mcpv1.108.317

Run

uvx jcodemunch-mcp

MCP client config

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