MCP Servers / development / MCP Code Graph

MCP Code Graph

JSON →
httpnone394development

Analyze and visualize code graphs using CodeGPT.

Install
How to run this server
[ { "cmd": "npx\nAdd", "imports": [] } ]
server path: mcp-code-graph
Tools
What this server exposes
list-graphs
Lists available repository graphs with basic information.
get-code
Retrieves the complete source code for a specific functionality from the graph.
find-direct-connections
Explores the direct relationships of a functionality within the code graph.
nodes-semantic-search
Semantically searches for code functionalities using natural language.
docs-semantic-search
Semantically searches repository documentation.
get-usage-dependency-links
Analyzes and lists functionalities affected by changes to a code entity.
folder-tree-structure
Retrieves the tree structure of a folder in the repository.
Configuration
Environment & auth
authnone
envCODEGPT_API_KEY
envCODEGPT_ORG_ID
envCODEGPT_GRAPH_ID
Resources
MCP Code Graph — MCP Server · libregistry