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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
JM

jgravelle/jcodemunch-mcp

AI Agent

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.

2.5k Stars333 Forks8 Open Issues2.5k WatchersPythonNOASSERTION
LLM ToolMCP ServerDeveloper ToolInfrastructure
Review Readiness

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

Needs license signal
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 3, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Limited

License is unknown and should be checked before commercial use.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • developer workflow automation and command-line tooling
  • Python teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

2.5k Stars

Reuse

333 Forks

Attention

2.5k Watchers

Maintenance

active

License

NOASSERTION

Open issues

8

Overview

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.)

Tool Positioning

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

Quick Start
pip install jcodemunch-mcp
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

Feb 9, 2026

Created

Aug 2, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+0

Today's growth

+0

7-day growth

+0

30-day growth

Aug 3, 2026Aug 3, 2026
Community Health
333

Forks

8

Open

2.5k

Watchers

Owner
JM

jgravelle

GitHub profile
Topics & Language
Pythonai-codingai-toolsastclaudeclaude-codecode-intelligencecode-retrievalcontext-windowcursordeveloper-toolsgithubllmmcpmcp-servermodel-context-protocolstructured-retrievaltoken-efficienttoken-optimizationtoken-savingstree-sitter
Ecosystem & Usage
GitHub Repository Project Website
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k

awesome-selfhosted/awesome-selfhosted

A list of Free Software network services and web applications which can be hosted on your own servers

313k

practical-tutorials/project-based-learning

Curated list of project-based tutorials

279k
License
NOASSERTION
CreatedFeb 9, 2026
Last pushAug 2, 2026
Last syncedAug 3, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis