jCodemunch MCP

The most token-efficient MCP server for precise source code retrieval via tree-sitter AST parsing. Cut AI token costs 86-99% on code exploration (96% average, benchmarked at 27.9x fewer tokens than a grep-and-read agent) and stop burning your context window reading entire files. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2,615 · #3 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install jCodemunch MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add jgravelle-jcodemunch-mcp -- uvx jcodemunch-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package jcodemunch-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.jgravelle is GitHub-verified and matches the repo owner

03 · What jCodemunch MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.108.296 · 2026-08-24

investigate_reuse_before_write - reuse-before-write as proof obligations rather than a keyword search. The claim under test is "Nothing in <repo> already implements <intent>, so writing it new is…

v1.108.295 · 2026-08-24

Four items, three of them a check that could not observe the thing it claimed to check. · _build, the third spelling of a build tree · We excluded build and .build from indexing and not the underscore spelling - which…

v1.108.294 · 2026-08-24

Two halves, and the larger one is a contributor's. · Ten confirmed hook defects - @marcelruhf, #535 · The "Claude forgets to call jCodeMunch" symptom turned out to be the enforcement hooks failing from several…

04 · Who maintains jCodemunch MCP

jCodemunch MCP is maintained by jgravelle. We track 3 MCP servers from jgravelle - 3 actively maintained, 2,898 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from jgravelle.

  1. jDocmunch MCP Section-level doc search for .md, .rst, .adoc, .ipynb, .html, .yaml, .json, and OpenAPI specs. ★ 202
  2. jDataMunch MCP Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads. ★ 81

05 · Facts

category
other - ranked #3 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.jgravelle/jcodemunch-mcp (active, first published 2026-03-21 · 40 versions)
packages
pypi:jcodemunch-mcp

06 · jCodemunch MCP FAQ

What is jCodemunch MCP?

The most token-efficient MCP server for precise source code retrieval via tree-sitter AST parsing. Cut AI token costs 86-99% on code exploration (96% average, benchmarked at 27.9x fewer tokens than a grep-and-read agent) and stop burning your context window reading entire files. It runs locally over stdio via the published package.

Is jCodemunch MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install jCodemunch MCP?

Run `uvx jcodemunch-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does jCodemunch MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to jCodemunch MCP

More MCP servers to compare · Jitbit Helpdesk · Font Lab · Slidev MCP · Server Sfmc · MCP Hub

More Python MCP servers · jDataMunch MCP · jDocmunch MCP · Cyber Hua Tuo · Noosphere · Florence2 · see all