High-performance Knowledge Graph MCP Server for Cursor IDE with local embeddings, advanced search, and comprehensive security features
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"
]
}
}
}
Run in terminal:
claude mcp add cursor-kg cargo run -- cursor-kg
Add to .cursor/mcp.json:
{
"mcpServers": {
"cursor-kg": {
"command": "cargo",
"args": [
"run",
"--",
"cursor-kg"
]
}
}
}