.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jgravelle/jcodemunch-mcp
home/mcp-servers/jgravelle/jcodemunch-mcp
jgravelle avatar

jcodemunch-mcp

byjgravelle· 2 MCP servers

Installs

94k

Stars

2.3k

Forks

322

Category

Frontend Development

View on GitHub

TL;DR

The leading, most token-efficient MCP server for precise GitHub source code retrieval via tree-sitter AST parsing. Cut AI token costs 95%+ on code exploration — stop burning your context window reading entire files.

How to install jcodemunch-mcp?

jgravelle/jcodemunch-mcp
$git clone https://github.com/jgravelle/jcodemunch-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install jcodemunch-mcp by running `git clone https://github.com/jgravelle/jcodemunch-mcp`, then use it for the current task and follow its documentation at https://github.com/jgravelle/jcodemunch-mcp.

Files · 1

View on GitHub
README.md
1# jCodeMunch MCP
2 
3**The leading, most token-efficient MCP server for precise GitHub source code retrieval via tree-sitter AST parsing.** Cut AI token costs **95%+** on code exploration — stop burning your context window reading entire files.
4 
5> **Real results, live from production**
6> **335B+ tokens saved** · **48,000+ developers** · **$1.69M+ in AI spend avoided** · **40,000+ kg CO₂ prevented**
7> Live telemetry at **[jcodemunch.com](https://jcodemunch.com/)** — benchmark: **95% average token reduction** (15 tasks / 3 repos, 99.8% peak).
8 
9Works with **Autohand Code**, **Claude Code**, **Cursor**, **VS Code**, **Codex CLI**, **Continue**, **Windsurf**, and any MCP-compatible client.
10 
11---
12 
13#### One-click installs:
14 
15[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_jCodeMunch-007ACC?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode:mcp/install?%7B%22name%22%3A%20%22jcodemunch%22%2C%20%22command%22%3A%20%22uvx%22%2C%20%22args%22%3A%20%5B%22jcodemunch-mcp%22%5D%7D)
16[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=for-the-badge&logo=visualstudiocode&logoColor=white)](vscode-insiders:mcp/install?%7B%22name%22%3A%20%22jcodemunch%22%2C%20%22command%22%3A%20%22uvx%22%2C%20%22args%22%3A%20%5B%22jcodemunch-mcp%22%5D%7D)
17[![Install in Cursor](https://img.shields.io/badge/Cursor-Install_jCodeMunch-122122?style=for-the-badge&logo=cursor&logoColor=white)](cursor://anysphere.cursor-deeplink/mcp/install?name=jcodemunch&config=eyJjb21tYW5kIjogInV2eCIsICJhcmdzIjogWyJqY29kZW11bmNoLW1jcCJdfQ==)
18[![Claude Code](https://img.shields.io/badge/Claude_Code-CLI_install-D97757?style=for-the-badge&logo=anthropic&logoColor=white)](#works-with)
19[![Codex CLI](https://img.shields.io/badge/Codex_CLI-Config_install-10a37f?style=for-the-badge&logo=openai&logoColor=white)](#works-with)
20 
21Prefer the command line?
22 
23```
24pip install jcodemunch-mcp
25uvx jcodemunch-mcp
26```
27 
28For pinned/B2B deployments that want a version-stable install channel independent of PyPI, install straight from the repo (requires `git`, builds from source):
29 
30```
31pip install git+https://github.com/jgravelle/jcodemunch-mcp.git
32uvx --from git+https://github.com/jgravelle/jcodemunch-mcp.git jcodemunch-mcp
33```
34 
35Quickstart - https://github.com/jgravelle/jcodemunch-mcp/blob/main/QUICKSTART.md
36 
37A crapload of detailed info: http://jcodemunch.com/
38 
39**Live OSS code-health observatory** — weekly six-axis health snapshots
40of Express, FastAPI, Gin, Pydantic, Django, Flask, NestJS, Cobra, and
41this very repo: https://jgravelle.github.io/jcodemunch-observatory/
42 
43**Token Cost Radar** — daily intelligence on AI token costs, minimization
44strategies, and budget trends for teams running Claude Code / Cursor / MCP:
45https://jcodemunch.com/radar/
46 
47<!-- mcp-name: io.github.jgravelle/jcodemunch-mcp -->
48
49
50## FREE FOR PERSONAL USE
51**Use it to make money, and Uncle J. gets a taste. Fair enough?** [details](#commercial-licenses)
52 
53Our guarantee: If jCodeMunch doesn't pay for itself, you don't pay for jCodeMunch!
54 
55---
56
57
58## Cut code-reading token usage by **95% or more** with precise symbol retrieval
59 
60Most AI agents explore repositories the expensive way:
61 
62open entire files → skim thousands of irrelevant lines → repeat.
63 
64That is not “a little inefficient.”
65That is a **token incinerator**.
66 
67**jCodeMunch indexes a codebase once and lets agents retrieve only the exact code they need**: functions, classes, methods, constants, outlines, and tightly scoped context bundles, with byte-level precision.
68 
69In retrieval-heavy workflows, that routinely cuts code-reading token usage by **95%+** because the agent stops brute-reading giant files just to find one useful implementation.
70 
71| Task | Traditional approach | With jCodeMunch |
72| ---------------------- | ------------------------- | ------------------------------------------- |
73| Find a function | Open and scan large files | Search symbol → fetch e

Preview

jgravelle/jcodemunch-mcpjgravelle/jcodemunch-mcp

# jCodeMunch MCP

**The leading, most token-efficient MCP server for precise GitHub source code retrieval via tree-sitter AST parsing.** Cut AI token costs **95%+** on code explo

> **Real results, live from production**

> **335B+ tokens saved** · **48,000+ developers** · **$1.69M+ in AI spend avoided** · **40,000+ kg CO₂ prevented**

Repojgravelle/jcodemunch-mcp
TypeMCP Servers
CategoryFrontend Development
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCPai-codingai-tools

Related

6 picks
Type
  1. minimax-ai avatarminimax-coding-plan-mcpSpecialized MiniMax Model Context Protocol (MCP) server designed for coding-plan usersMCP ServersFeb 202677k94
  2. neomjs avatarneoNeo.mjs is a self-evolving software organism: a professional end-to-end AI engineering team whose cross-model swarm inhabits live apps via Neural Link, Active Hybrid GraphRAG, DreamService, and self-healing loops.MCP ServersJul 202639k3.2k
  3. jpisnice avatarshadcn-ui-mcp-serverA Model Context Protocol (MCP) server for shadcn/ui components, providing AI assistants with access to component source code, demos, blocks, and metadata.MCP ServersMay 202613k2.9k
  4. oaslananka avatarkicad-mcp-proProduction-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.MCP ServersJul 20269.5k37
  5. taiga-family avatartaiga-ui-mcpModel Context Protocol server providing Taiga UI documentation search and scaffolding tools.MCP ServersJul 20268.7k14
  6. magicuidesign avatarmcpOfficial MCP server for Magic UI.MCP ServersApr 20268.4k198