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.
Code Graph Context is an MCP server that builds a semantic graph of TypeScript codebases, enabling AI assistants like Claude to understand dependencies, perform impact analysis, and coordinate multi-file changes. It supports local or OpenAI embeddings, incremental parsing, and swarm coordination for parallel refactoring.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- Quinn RiveraMay 14, 2026
Code graph provides relationship context that flat file reading misses.
- Elliot ChenMay 12, 2026
Works with multi-language codebases for comprehensive graph construction.
- EElliot KimMay 8, 2026
Rich code graph context via MCP for deep AI understanding of codebases.
- EElliot PatelApr 3, 2026
Good for AI coding tools that need structural code understanding beyond text.