latentgraph-mcp-server

LatentForce-ai/latentgraph-mcp-server
★ 2 stars TypeScript 🤖 AI/LLM Updated today
MCP server that connects coding agents to LatentGraph's full repo index — deep codebase knowledge for Claude, Cursor, Windsurf, and any AI coding tool
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}