CodeGraphContext
pulsemcp/codegraphcontextIndexes codebases into a Neo4j graph database to enable sophisticated code analysis including function call relationships, class hierarchies, dead code detection, and dependency tracking through real-time file monitoring and direct Cypher queries.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"codegraphcontext": {
"url": "None",
"transport": "http"
}
}
}