cursor-kg

Nonymaus/cursor-kg
★ 8 stars Rust 🤖 AI/LLM Updated 5mo ago
High-performance Knowledge Graph MCP Server for Cursor IDE with local embeddings, advanced search, and comprehensive security features
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cursor-kg": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cursor-kg"
      ]
    }
  }
}