Back to search
30
MCP

jcodemunch-mcp

pypi/jcodemunch-mcp

Token-efficient MCP server for source code exploration via tree-sitter AST parsing

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

jCodemunch MCP
Token-efficient code exploration via tree-sitter AST parsing. 25+ languages, 95%+ token savings.
0 tools
jdocmunch-mcp
Token-efficient MCP server for structured documentation retrieval via section-level indexing
0 tools
jdatamunch-mcp
Token-efficient MCP server for tabular data retrieval via CSV/Excel/Parquet/JSONL indexing
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
iflow-mcp_pwno-io_treesitter-mcp
MCP server for code analysis using Tree-sitter
0 tools
@fosterg4/mcpsaver
MCP server for optimizing code references and reducing token usage through smart caching and AST parsing
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jcodemunch-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}