概要
Code Graph Context is a Model Context Protocol (MCP) server designed to empower Large Language Models with profound understanding of TypeScript codebases. It achieves this by performing AST-level analysis to parse projects, constructing comprehensive graph representations in Neo4j, and offering intelligent querying capabilities through vector-based semantic search and graph traversal, allowing for natural language interactions with the codebase. The server is highly configurable, supporting custom framework schemas beyond its built-in NestJS support.