andrew-hernandez-paragon/code-graph-context
A Model Context Protocol (MCP) server that builds rich code graphs to provide deep contextual understanding of TypeScript codebases to Large Language Models.
Builds Abstract Syntax Trees (AST) using ts-morph, stores relationships in Neo4j, and generates vector embeddings locally (or via OpenAI) to enable semantic search and natural language querying. Includes a dual-schema system with both AST-level and framework-specific nodes (e.g., NestController, HttpEndpoint), alongside features like incremental parsing, workspace auto-detection, impact analysis, and dead code detection.
13 stars and 4,015 monthly downloads. Available on npm.
Stars
13
Forks
2
Language
TypeScript
License
MIT
Category
Last pushed
Mar 19, 2026
Monthly downloads
4,015
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/andrew-hernandez-paragon/code-graph-context"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related servers
bgauryy/octocode-mcp
MCP server for semantic code research and context generation on real-time using LLM patterns |...
DeusData/codebase-memory-mcp
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms...
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
MikeRecognex/mcp-codebase-index
17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs,...