entrepeneur4lyf/code-graph-mcp
If you are the rightful owner of code-graph-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Code Graph MCP Server is a Model Context Protocol server that provides comprehensive code analysis, navigation, and quality assessment capabilities across 25+ programming languages.
Tools
Functions exposed to the LLM to take actions
analyze_codebase
Complete project analysis with structure metrics and complexity assessment.
find_definition
Locate symbol definitions with detailed metadata and documentation.
find_references
Find all references to symbols throughout the codebase.
find_callers
Identify all functions that call a specified function.
find_callees
List all functions called by a specified function.
complexity_analysis
Analyze code complexity with refactoring recommendations.
dependency_analysis
Generate module dependency graphs and import relationships.
project_statistics
Comprehensive project health metrics and statistics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client