MCP server that connects coding agents to LatentGraph's full repo index — deep codebase knowledge for Claude, Cursor, Windsurf, and any AI coding tool
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"latentgraph-mcp-serv": {
"command": "npx",
"args": [
"-y",
"LatentForce-ai/latentgraph-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add latentgraph-mcp-serv npx -y LatentForce-ai/latentgraph-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"latentgraph-mcp-serv": {
"command": "npx",
"args": [
"-y",
"LatentForce-ai/latentgraph-mcp-server"
]
}
}
}