jcodemunch-mcp
An MCP server for efficiently retrieving GitHub source code via a tree-based parser.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 1.9k
- Source
- mcp-github
- Repository
- github.com/jgravelle/jcodemunch-mcp
Overview
jCodeMunch is an efficient MCP server that indexes and retrieves GitHub source code using a tree-sitter AST (Abstract Syntax Tree) parser. It enables AI agents to retrieve only the precise code snippets they need, significantly reducing token usage during code reading. Ideal for scenarios requiring frequent access and analysis of codebases, such as code reviews and refactoring. Can be installed via pip and used across multiple IDEs.
Capabilities
- ▪One-time codebase indexing
- ▪Precise code snippet retrieval
- ▪Support for multiple programming languages
- ▪Compact data transmission format
Use cases
Setup
pip install jcodemunch-mcp; uvx jcodemunch-mcp
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to install jCodeMunch?
Install via pip: pip install jcodemunch-mcp, then run uvx jcodemunch-mcp.
Which programming languages are supported?
Supports multiple mainstream programming languages; see the documentation for details.
Related skills
mantis
Provides security review capabilities for AI coding agents, automatically discovering, reproducing, and fixing vulnerabilities.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
Lightswind-UI-Library
AI-native CLI-first React component library with MCP Server support.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.