CodeGraph
Generates and queries a graph representation of a codebase.
mcp-server-codegraph
A Model Context Protocol server that provides tools to generate and query a graph representation in your codebase.
Features
- 📊 Creates a graph representation of your codebase
- 🔍 Identifies entities (functions, classes, imports) and their relationships
- 🔗 Tracks relationships like function calls, inheritance, and implementations
- 🌐 Supports multiple programming languages (Python, JavaScript, Rust)
Tools
- index
- Indexes the codebase to create a graph of entities and relationships.
- list_file_entities
- Provides a list of all entities within a specified file.
path(string): relative path of the file
- Provides a list of all entities within a specified file.
- list_entity_relationships
- List the relationships of a specific entity
- Inputs
path(string): relative path of the filename(string): name of entity
Usage
npx @cartographai/mcp-server-codegraph /path/to/directory
Claude Desktop
Add this to your claude_desktop_config.json
{
"mcpServers": {
"codegraph": {
"command": "npx",
"args": [
"-y",
"@cartographai/mcp-server-codegraph",
"/path/to/directory",
]
}
}
}
संबंधित सर्वर
Scout Monitoring MCP
प्रायोजकPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
प्रायोजकAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Hello World MCP Server
A simple Hello World MCP server built with FastMCP, serving as a basic example.
Health Microservice API
A FastAPI microservice for health-related operations, featuring JWT authentication and a PostgreSQL database with Alembic migrations.
Zeropath
Interact with the Zeropath vulnerability management API.
go-mcp実験場
A Go-based MCP server example demonstrating correct usage of go.mod and build/run commands.
Ilograph MCP Server
Create and validate Ilograph diagrams with access to documentation and guidance.
Figma MCP Server
Enables AI assistants to interact with Figma via WebSocket for reading data and design analysis.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.
mcp.shop
A web shop built with MCP, WorkOS AuthKit, and Next.js.
SourceSync.ai
An MCP server for the SourceSync.ai API to manage and synchronize source code context.
Allyson
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform