AI Development Tool
3.2k 2026-05-07
CodeGraphContext/CodeGraphContext
Transforms code repositories into a queryable graph database, providing deep contextual understanding for AI assistants and developers.
Core Features
Indexes local code into a graph database.
Offers a powerful CLI for comprehensive code analysis.
Functions as an MCP server for AI IDE integration.
Enables natural language queries for complex code structures.
Utilizes tree-sitter for intelligent code parsing.
Quick Start
pip install codegraphcontextDetailed Introduction
CodeGraphContext (CGC) is a dual-purpose tool featuring an MCP server and a CLI toolkit designed to bridge the gap between complex codebases and AI understanding. It indexes local code into a graph database, allowing AI agents and developers to query code structures, call chains, and relationships with natural language. This enhances AI assistants' ability to provide accurate context and empowers developers with advanced code analysis capabilities, making code comprehension more efficient.