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
  • 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. šŸ¤– Coding Agents
  3. Codegraphcontext
Codegraphcontext logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:16:39 PM

Codegraphcontext

User RatingsBe the first to rate and review this MCP server!
View Repository4.2k GitHub StarsTotal stargazers on GitHub for the source repository (4,183 stars).Visit Website
code-analysiscode-indexingdeveloper-toolsknowledge-graph

Indexes repositories into a queryable code graph for CLI analysis and MCP-based AI context.

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": {
    "shashankss1205-codegraphcontext": {
      "command": "uvx",
      "args": [
        "kuzu"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesšŸ¤– More in Coding Agents

Overview

shashankss1205/codegraphcontext MCP server indexes local repositories into a graph of files, symbols, calls, imports, inheritance, and other relationships. It uses Tree-sitter and optional SCIP indexing, then exposes the resulting graph through MCP for AI assistants and through a CLI for direct analysis. Reach for it when text search or code chunk retrieval does not provide enough structural context for tracing dependencies or call chains. It runs locally with embedded database options and can also connect to external graph databases.

Use cases

•Trace call chains across files and packages
•Inspect class hierarchies and module imports
•Find dependencies and potential dead code
•Give AI assistants structural repository context
•Watch a changing directory and update its graph

Key features

•Code indexing into a knowledge graph
•MCP access for AI assistants
•CLI-based repository analysis
•Caller, callee, and call-chain queries
•Live file watching
•Multiple graph database backends

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Code indexing into a knowledge graph
MCP access for AI assistants
CLI-based repository analysis
Caller, callee, and call-chain queries
Live file watching
Multiple graph database backends

How Codegraphcontext works

What shashankss1205/codegraphcontext MCP server does

The shashankss1205/codegraphcontext MCP server converts a local code repository into a queryable knowledge graph. Instead of representing a project only as searchable text, it records structural elements such as files, symbols, imports, function calls, callers, callees, class hierarchies, and relationships between modules.

AI assistants can access this indexed repository through MCP and use the graph to investigate code structure. Developers can use the accompanying CLI for repository analysis without an AI client. This makes the project suitable for tracing cross-file call chains, examining inheritance, checking module boundaries, identifying potential dead code, and investigating dependencies.

The project also supports pre-indexed .cgc bundles for repositories that have already been analyzed. A bundle can be loaded without repeating the indexing process.

How it works

Source files are processed by Tree-sitter-based indexers, with SCIP indexing available as an optional path. The indexers extract code entities and their relationships, then store that information in a graph database. The resulting graph is available to both the CLI and the MCP server.

The shashankss1205/codegraphcontext MCP server is one operating mode of the project; the other is a standalone command-line toolkit. A live-watching mode can monitor directories and update the graph when files change. This is useful when the repository is being edited while an assistant or developer continues querying it.

The project supports 23 programming languages. Its documented database choices include FalkorDB Lite as the default, KuzuDB, LadybugDB, FalkorDB Remote, Nornic DB, and Neo4j. The README states that CGC can work locally with embedded backends or use external graph databases when needed.

Setup and configuration

Installation is provided through the Python package published as codegraphcontext. The project includes an interactive command-line setup flow intended to help configure a local installation. After setup, a repository must be indexed before relationship queries can provide repository-specific results, unless a suitable .cgc bundle is loaded instead.

The default database arrangement is FalkorDB Lite. Alternative backends can be selected when the deployment requires a remote or different graph database, including Neo4j through Docker or native installation. The supplied material does not specify required environment variable names, a complete MCP client configuration block, or an exact server-launch command.

Tools and capabilities

The shashankss1205/codegraphcontext MCP server supports repository-context workflows involving:

  • Querying callers, callees, and call chains.
  • Inspecting class hierarchies and imports.
  • Exploring relationships across files and packages.
  • Providing graph-based repository context to AI assistants.
  • Keeping an indexed directory current through live file watching.
  • Loading pre-indexed .cgc repository bundles.

The CLI exposes the same indexed graph for direct code analysis, so the project can be used without MCP when an agent integration is not required.

Limitations and notes

An indexing step is part of the normal workflow, which adds preparation time compared with plain file search. Results depend on the repository having been indexed and on the supported language and indexer handling its source code. The README describes broad language support but does not provide language-specific coverage details in the supplied material.

The shashankss1205/codegraphcontext MCP server is intended for local code context and graph analysis; the provided information does not describe hosted indexing, access control, authentication, or synchronization across users. Database selection may also add operational requirements when using external backends rather than the embedded default.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Codex MCP Tool logoCodex MCP Tool

    MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)

    šŸ¤– Coding Agents4 views
    Compare vs Codex MCP Tool →
  • Copilot MCP Server logoCopilot MCP Server

    MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing

    šŸ¤– Coding Agents1 views
    Compare vs Copilot MCP Server →
  • Serena logoSerena

    A fully-featured coding agent that relies on symbolic code operations by using language servers.

    šŸ¤– Coding Agents3 views
    Compare vs Serena →
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    šŸ¤– Coding Agents3 views
    Compare vs Cli MCP Server →

Adoption & maintenance

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

GitHub stars
4.2k
Stargazers on the source repository.
npm downloads
84k
Package downloads in the last 30 days.
Last commit
5d 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 Codegraphcontext

The project is published as the Python package `codegraphcontext` and provides an interactive command-line setup flow. The supplied material does not include a complete MCP launch command.

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

Technical Specs & Signals

CategoryšŸ¤–Coding Agents
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
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 stars4,183
GitHub Star CountTotal stargazers on GitHub representing community popularity (4,183 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 6, 2026
npm downloads84,478/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good Ā· 63/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 & tools23/30
Adoption & activity14/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 19d ago via OSV.dev Ā· kuzu (PyPI)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 šŸ¤– Coding Agents →Best MCP servers for Coding Agents →Alternatives to Codegraphcontext →Install in Claude DesktopInstall in CursorInstall in VS Code