CodeGraphContext
CodeGraphContext is an MCP server that indexes local code into a graph database, exposing structured code context to AI assistants. It enables graph-based code exploration and reasoning for coding agents via the MCP protocol.
About this tool
CodeGraphContext
Category: Repository – Code Analysis MCP Servers
Website: https://codegraphcontext.vercel.app/
Source: https://github.com/Shashankss1205/CodeGraphContext
License: MIT
Overview
CodeGraphContext is an MCP (Model Context Protocol) server that indexes local code into a graph database. It exposes structured code context to AI assistants to enable graph-based exploration and reasoning over codebases.
Features
-
MCP server integration
- Implements an MCP server interface for connecting to AI assistants and coding agents.
- Provides programmatic access to indexed code structure via the MCP protocol.
-
Local code indexing
- Scans and indexes local code repositories.
- Builds a structured representation of code elements for later querying.
-
Graph database backend
- Stores code entities and relationships in a graph database.
- Enables graph-style traversal of code (e.g., dependencies, references, relationships between symbols).
-
Structured code context for AI
- Exposes code structure, relationships, and context as data that AI assistants can consume.
- Designed to support code understanding, navigation, and reasoning tasks for coding agents.
-
Graph-based code exploration
- Allows exploration of codebases through graph queries.
- Supports reasoning over connections between files, functions, and other code entities.
-
Repository structure
src/codegraphcontext: Core MCP server implementation and logic.docs: Documentation and reference material.tests: Automated tests for the project.scripts: Helper/utility scripts for development or operations.organizer: Project organization or configuration resources.website: Source for the accompanying project website.images: Assets used in documentation/website.
Pricing
- Not applicable. This is an open-source project licensed under the MIT license and can be used freely subject to the license terms.
Loading more......
Information
Categories
Similar Products
6 result(s)A tool that extracts essential code structure from large codebases into an AI-digestible format; commonly used as an MCP-accessible utility to help AI agents understand and work with complex repositories.
code-to-tree is a single-binary Model Context Protocol (MCP) server that converts source code into an abstract syntax tree (AST) representation, regardless of the programming language. It enables MCP-compatible clients to analyze and navigate code structure programmatically via a unified server interface.
An MCP Server integration for CodeScene, allowing MCP tools to analyze codebases with CodeScene’s behavioral code analysis and insights that connect code, teams, and business priorities.
A server wrapping the code2flow tool as an MCP service, enabling AI applications to generate and access code call graphs using a standardized protocol. Directly demonstrates MCP server integration.
A Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling compilation and exploration of code across different compilers and languages. This is an MCP server providing LLMs with code analysis and compiler features.
Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.