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. Codehelper
Codehelper logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 12:32:53 AM

Codehelper

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
code-intelligencedeveloper-toolsmcplocal-firstcode-search

Indexes local Git repositories into a symbol and call graph, then exposes 60+ MCP tools for code search and impact analysis.

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.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Codehelper, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Overview

The Codehelper MCP server indexes Git repositories on a local machine, builds a symbol and call graph, and exposes more than 60 MCP tools. It combines tree-sitter parsing with SQLite storage, then ranks searches using BM25, trigrams, and call-graph data. MCP communication uses stdio by default, with an optional HTTP mode, and indexing stays local without requiring API keys. Reach for it when an AI coding client needs repository-aware symbol search, caller and callee context, or pre-edit blast-radius analysis.

Use cases

•Search symbols across a local Git repository
•Trace callers and callees before editing code
•Assess a change's likely blast radius
•Give an AI coding client repository-aware context
•Run code intelligence without uploading the repository

Key features

•Builds a local symbol and call graph
•Exposes more than 60 MCP tools
•Ranks searches with BM25, trigrams, and call-graph data
•Maintains indexes with a watch daemon
•Supports stdio and optional HTTP MCP transport
•Offers optional local semantic reranking

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Builds a local symbol and call graph
Exposes more than 60 MCP tools
Ranks searches with BM25, trigrams, and call-graph data
Maintains indexes with a watch daemon
Supports stdio and optional HTTP MCP transport
Offers optional local semantic reranking

How Codehelper works

What Codehelper does

The Codehelper MCP server gives AI coding assistants a locally indexed view of a Git repository. It parses source files, records symbols and relationships between calls, and makes that information available through MCP tools. This lets a client search for code by symbol and inspect related callers, callees, source context, and likely impact before an edit.

The repository remains on the machine running Codehelper. The README describes the system as usable offline and says it does not require API keys. That makes it suitable for projects where sending the whole repository to a cloud model is undesirable, provided the chosen MCP client and model can use the exposed tools.

A repository must be a Git repository for indexing. The supported operating systems are Linux, macOS, and Windows x64. Windows arm64 support is described as experimental, and release packages consistently provide Windows amd64 binaries.

How it works

Running codehelper init in a repository indexes the code, starts a watch daemon, connects MCP configuration for the editor, and writes agent rules. The watch process keeps the index current as files change. After initialization, the documentation recommends calling project_context once per session so an agent can learn the available tools and see index freshness information.

Tree-sitter parsers provide source analysis, while SQLite stores the symbol and call graph. Search combines BM25 text ranking, trigrams, and call-graph ranking. An optional local semantic reranking path is available, but it requires separate local embedding setup and optional Green Engine model services.

MCP uses stdio by default. An HTTP listener can be started with codehelper mcp --http :8765. The optional Green Engine and Green Compress components provide local model-related functionality; they are not required for the basic indexed repository workflow described in the README.

Setup and configuration

Installers are provided for Linux and macOS through scripts/install.sh, and Windows uses scripts/install.ps1. Prebuilt release bundles include the Codehelper executable, MCP server, and the ge and greencompress utilities. Building from source requires Go 1.25 or newer, CGO, and a C compiler.

From a repository directory, run:

bash
codehelper init

Cursor receives a per-project .mcp.json configuration. Claude Code uses a managed block in ~/.claude.json, while Codex reads the generated AGENTS.md. Reloading the client after the first initialization is recommended.

The Codehelper MCP server supports updates through codehelper upgrade, which downloads a release by default. codehelper update rebuilds from a local checkout. CODEHELPER_UPGRADE_REPO can override the upgrade repository, and CODEHELPER_SOURCE can identify the local source used for updates.

Tools and capabilities

The tool catalog includes project_context, query, context, and impact. project_context bootstraps the catalog and reports index information. query searches the symbol graph, context returns source with caller and callee relationships, and impact estimates the blast radius of a prospective change.

The full interface contains more than 60 MCP tools. The README positions these tools for repository search, code understanding, and controlled modification workflows rather than broad file grepping. The Codehelper MCP server can therefore help an agent locate relevant symbols, trace relationships, and inspect affected areas before changing code.

An optional local dashboard is available through ge ui serve at http://127.0.0.1:8780. Benchmark scripts and testbed documentation are included for evaluating local runs, but the supplied material does not provide competitor performance figures.

Limitations and notes

Indexing depends on a Git repository. Source builds require CGO and a C compiler because of the tree-sitter dependency. Semantic reranking is optional and has additional local model setup requirements.

The license is Business Source License 1.1, not OSI-approved open source before the stated change date. The README permits personal and internal business use, including developing software for customers, but restricts offering Codehelper or a substantially similar substitute as a hosted, managed, embedded, or distributed competing product. Commercial redistribution and other uses outside those terms require separate licensing.

Getting started with this Codehelper 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
  • Shadcn Ui MCP Server logoShadcn Ui MCP Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    💻 Developer Tools3 views
    Compare vs Shadcn Ui MCP Server →
  • Codemunch Pro logoCodemunch Pro

    Code indexing MCP: 13 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.

    💻 Developer Tools3 views
    Compare vs Codemunch Pro →
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    💻 Developer Tools5 views
    Compare vs Next Devtools MCP →
  • 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 →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
1mo 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 Codehelper

Use the Linux or macOS install script, the Windows PowerShell installer, or build from source with Go 1.25+, CGO, and a C compiler. Then run `codehelper init` inside a Git repository.

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 PreviewCodehelper AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/codehelper?style=directory)](https://allmcps.com/mcp/codehelper)
HTML Embed
<a href="https://allmcps.com/mcp/codehelper"><img src="https://allmcps.com/api/badge/codehelper?style=directory" alt="Codehelper on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseBUSL-1.1
ClientsCursor
Last updatedSep 19, 2026
9/13 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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 31, 2026
33Quality signal: Emerging · 33/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 & tools12/30
Adoption & activity3/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.

★ 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 — 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 Codehelper →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients