by sdsrss · MCP Server · ★ 60
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is code-graph-mcp safe to install? View the security audit →
code-graph-mcp A high-performance code knowledge graph server implementing the Model Context Protocol (MCP). Indexes codebases into a structured AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing — designed to give AI coding assistants deep, structured understanding of your code. Features Multi-language parsing — Tree-sitter AST extraction across tiers of depth: Full (calls + imports + inheritance + HTTP routes + test markers): TypeScript/TSX, JavaScript, Go, Python, Rust, Java Smoke-tested (calls + imports + inheritance): C#, Kotlin, Ruby, PHP, Swift, Dart Limited (functions + calls + imports + gtest test markers; scope qualification deferred): C, C++ Scripting: Bash (functions + commands + / imports), Markdown (headings) File-FTS only (no AST symbol extraction): HTML, CSS, JSON Semantic code search — Hybrid BM25 full-text + vector semantic search with Reciprocal Rank Fusion (RRF), powered by sqlite-vec Call graph traversal — Recursive CTE queries to trace callers/callees with cycle detection HTTP route tracing — Map route paths to backend handler functions (Express, Flask/FastAPI, Go ) Dead code detection — Find unreferenced symbols with smart...
| Stars | 60 |
| Forks | 11 |
| Language | Rust |
| Category | MCP Server |
| License | MIT |
| Quality Score | 73.969230942352/100 |
| Open Issues | 1 |
| Last Updated | 2026-08-03 |
| Created | 2026-03-10 |
| Platforms | claude-code, mcp, rust |
| Est. Tokens | ~26k |
Looking for a code-graph-mcp alternative? If you're comparing code-graph-mcp with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Token-efficient navigation substrate for AI coding agents. Index code once and retrieve only the symbols you n
The code quality toolkit for the agentic AI era. Find dead code, clones, and scaffolding across 15 languages.
Deterministic, local-first memory and guardrails for AI coding agents with no LLM in the hot path.
Persistent memory for AI coding agents
Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, use
Explore other popular mcp server tools:
code-graph-mcp is AST knowledge graph MCP server for Claude Code — semantic search, call graph traversal, HTTP route tracing, impact analysis. Auto-indexes 10 languages via Tree-sitter.. It is categorized as a MCP Server with 60 GitHub stars.
code-graph-mcp is primarily written in Rust. It covers topics such as ast, call-graph, claude-code.
You can find installation instructions and usage details in the code-graph-mcp GitHub repository at github.com/sdsrss/code-graph-mcp. The project has 60 stars and 11 forks, indicating an active community.
code-graph-mcp is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to code-graph-mcp on Agent Skills Hub include pitlane-mcp, fossil-mcp, OpenLore. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.