Constructs a lightweight code graph from TypeScript and Python source code, then exposes it via an MCP server for agentic client queries.
Code Graph provides a self-contained, lightweight code graph for TypeScript and Python projects, designed for integration with agentic clients like Claude Desktop, Cursor, and OpenAI Agents. It eliminates the need for heavyweight indexers by parsing code with standard tools, extracting symbols and their relationships, and storing them in a simple JSON format. The built-in MCP server exposes powerful query capabilities, allowing AI agents to resolve symbols, trace references, identify related code, analyze impact from diffs, and stream code snippets for context.