Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Codemunch Pro
Codemunch Pro logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 11:32:24 AM

Codemunch Pro

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).
code-searchdeveloper-toolsstatic-analysisrepository-indexing

Indexes local and remote codebases for symbol search, source retrieval, call graphs, dependency maps, and incremental updates.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "codemunch-pro": {
      "command": "uvx",
      "args": [
        "codemunch-pro"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

The codemunch-pro MCP server indexes source code into per-repository SQLite databases and exposes code-navigation tools through MCP. It parses 10 languages with tree-sitter, combines FTS5 keyword search with vector similarity, and records symbol locations for direct source retrieval. Run it over stdio for clients such as Claude Desktop or Cline, or expose it through streamable HTTP. Reach for it when an agent needs targeted code access, repository search, call-graph analysis, or change-aware indexing.

Use cases

โ€ขIndex a local repository for agent-assisted code navigation
โ€ขSearch symbols and file contents during code review
โ€ขTrace callers before changing a function signature
โ€ขRetrieve exact function source without loading whole files
โ€ขInspect dependencies and changed symbols during refactoring

Key features

โ€ขIncremental SHA-256-based indexing
โ€ขHybrid FTS5 and vector symbol search
โ€ขTree-sitter parsing for 10 languages
โ€ขO(1) byte-offset symbol retrieval
โ€ขCaller and callee graph traversal
โ€ขGitHub and GitLab repository indexing

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Codemunch Pro.

Extracted Tool Capabilities
Incremental SHA-256-based indexing
Hybrid FTS5 and vector symbol search
Tree-sitter parsing for 10 languages
O(1) byte-offset symbol retrieval
Caller and callee graph traversal
GitHub and GitLab repository indexing

How Codemunch Pro works

What codemunch-pro does

The codemunch-pro MCP server turns local codebases and public or private GitHub and GitLab repositories into searchable indexes. It extracts functions, classes, methods, types, and interfaces from Python, JavaScript, TypeScript, Go, Rust, Java, C, C++, C#, and Ruby source files.

Indexes are stored in a separate SQLite database for each repository. The index includes file metadata, symbols, full-text search data, vector representations, and call-graph edges. This lets an MCP client inspect a repository without repeatedly loading complete files into context.

The server is suited to coding agents, code review, onboarding, refactoring, and API documentation tasks. For example, an agent can locate an authentication implementation, retrieve one function's source, inspect its callers, and review symbols changed since the previous index.

How it works

The codemunch-pro MCP server parses supported files with tree-sitter and walks the resulting abstract syntax trees to identify code symbols and function calls. Each symbol records a byte offset and length, allowing direct retrieval from the source file rather than reading the whole file. The README describes this as O(1) symbol retrieval.

A repository's files are hashed with SHA-256. During later indexing passes, unchanged files are skipped and changed files are parsed again. Symbol search combines SQLite FTS5 keyword matching with semantic vectors generated by FastEmbed on the CPU, using reciprocal rank fusion to combine results. Call expressions are stored as graph edges and can be traversed to find callers or callees.

Remote repository indexing downloads GitHub or GitLab tarballs through an API, so a local Git installation is not required. Repositories are cached locally, and private repositories can be accessed with authentication tokens. Sparse paths are supported for remote indexing.

Setup and configuration

Install the package with:

Terminal
pip install codemunch-pro

A stdio MCP client can start the executable directly:

config.json
{
  "mcpServers": {
    "codemunch-pro": {
      "command": "codemunch-pro"
    }
  }
}

The README gives Claude Desktop and Cline as client examples. An HTTP instance can be started on port 5002 with:

bash
codemunch-pro --transport streamable-http --port 5002

The local data directory is shown as ~/.codemunch-pro/, with one database per repository. The provided material does not specify named environment variables or a detailed configuration file format.

Tools and capabilities

The codemunch-pro MCP server lists these operations:

  • Index local folders incrementally or index GitHub and GitLab repositories.
  • List indexed repositories, statistics, directory trees, and file counts.
  • Force a repository re-index and inspect symbols at file or repository scope.
  • Retrieve one symbol or multiple symbols by batch.
  • Search symbol names and descriptions with hybrid search.
  • Search raw file contents, including comments, literals, configuration values, and error text.
  • Trace callers and callees, including depth traversal.
  • Compare symbols since the previous index and map file dependencies.

The README labels the server as having 15 tools, while another implementation note mentions 13 tools; the tool table contains the detailed operation names.

Limitations and notes

Language support is limited to the 10 listed tree-sitter languages. Vector generation uses FastEmbed with ONNX on the CPU, so semantic search depends on that local indexing process. Remote indexing is described for GitHub and GitLab repositories, with tarball download and API-based access rather than Git.

Private repository access needs an authentication token, but the supplied material does not name the token variable or explain its exact client configuration. The documentation also does not state whether remote HTTP transport includes authentication controls. The project is released under the MIT license.

Getting started with this codemunch-pro MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Openapi MCP Server โ†’
  • Octocode logoOctocode

    Semantic code indexer with GraphRAG knowledge graph. Index your codebase, search in natural language, and expose everything via MCP so AI agents understand architecture โ€” not just files.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Octocode โ†’
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs MCP Server Docker โ†’
  • Codehelper logoCodehelper

    Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Codehelper โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Codemunch Pro

Run `pip install codemunch-pro`, then configure the MCP client to start the `codemunch-pro` executable.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCodemunch Pro AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/codemunch-pro?style=directory)](https://allmcps.com/mcp/codemunch-pro)
HTML Embed
<a href="https://allmcps.com/mcp/codemunch-pro"><img src="https://allmcps.com/api/badge/codemunch-pro?style=directory" alt="Codemunch Pro on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cline / VS Code
Last updatedSep 7, 2026
3/5 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 2, 2026
37Quality signal: Fair ยท 37/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev ยท codemunch-pro (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Codemunch Pro โ†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients