Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
This repository page is useful for visitors, but Git-Stars keeps it out of search indexing until more original evidence and comparison context are available.
85
review score
Problem solved
It solves the token-inefficiency problem of AI agents reading entire files to find specific code, which burns context windows and costs money. By enabling precise, byte-level symbol retrieval, it reduces token usage by over 95% in retrieval-heavy workflows, making AI coding assistants dramatically cheaper and faster.
Deployment reality
The available setup signal starts with: pip install jcodemunch-mcp. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is NOASSERTION. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build MCP-integrated coding tools that let AI agents query codebases for exact symbols, outlines, and scoped context bundles without reading whole files. Real-world uses include AI code review, automated refactoring, repository exploration, and context-aware code generation in IDEs like VS Code and Cursor. The ceiling is near-instant, cost-effective AI assistance on large codebases, with claimed savings of 621B+ tokens and $3.1M+ in avoided spend.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
jgravelle/jcodemunch-mcp is tracked as a Python project in the LLM Tool, MCP Server, Developer Tool, Infrastructure area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 2.5k total stars, with +0 today, +251 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 20 days ago, and the open issue queue is 8, about 0.32% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 333 forks and 2.5k watchers suggest how often the project is reused or followed. License signal: NOASSERTION. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 251. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
LimitedLicense is unknown and should be checked before commercial use.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
2.5k Stars
Reuse
333 Forks
Attention
2.5k Watchers
Maintenance
active
License
NOASSERTION
Open issues
8
jCodeMunch MCP is a token-efficient MCP server for precise GitHub source code retrieval using tree-sitter AST parsing. It indexes codebases once and allows AI agents to fetch only the exact symbols they need, cutting token usage by 95%+.
Key Features
- Precise retrieval of functions, classes, methods, constants, and outlines via tree-sitter AST parsing - Compact output format (MUNCH) to further reduce token usage - Works with multiple AI coding assistants (Claude Code, Cursor, VS Code, etc.)
LLM Tool
Libraries and tools for LLM apps, RAG, prompts, and evals
MCP Server
Model Context Protocol servers, clients, and integrations
Developer Tool
Tools that improve coding, testing, build, and local workflow
Infrastructure
Cloud, deployment, networking, containers, and platform tooling
pip install jcodemunch-mcp73
Health Score
Active
Commit Activity
Feb 9, 2026
Created
Aug 2, 2026
Last push
+0
Today's growth
+0
7-day growth
+0
30-day growth
Forks
Open
Watchers
jgravelle
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
awesome-selfhosted/awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
practical-tutorials/project-based-learning
Curated list of project-based tutorials
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
It solves the token-inefficiency problem of AI agents reading entire files to find specific code, which burns context windows and costs money. By enabling precise, byte-level symbol retrieval, it reduces token usage by over 95% in retrieval-heavy workflows, making AI coding assistants dramatically cheaper and faster.
Capabilities
Developers can build MCP-integrated coding tools that let AI agents query codebases for exact symbols, outlines, and scoped context bundles without reading whole files. Real-world uses include AI code review, automated refactoring, repository exploration, and context-aware code generation in IDEs like VS Code and Cursor. The ceiling is near-instant, cost-effective AI assistance on large codebases, with claimed savings of 621B+ tokens and $3.1M+ in avoided spend.
Bottom Line
jCodeMunch MCP is ideal for developers and teams using AI coding assistants who want to slash token costs and context-window waste on code exploration. It's less suited for those who prefer simple file-reading workflows or who are wary of self-reported benchmarks. The key trade-off is investing in AST indexing and MCP setup for long-term efficiency gains.