Nonymaus/cursor-kg
If you are the rightful owner of cursor-kg and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A local-first Knowledge Graph MCP Server that enhances coding efficiency by integrating with Cursor IDE.
The Knowledge Graph MCP Server is a high-performance, local-first server designed to work seamlessly with Cursor IDE. It acts as a personal AI memory, enhancing your coding experience by remembering conversations, decisions, and code patterns without sending your data to external servers. This server is built with Rust, ensuring speed and safety, and uses SQLite for local storage. It supports real-time synchronization with Cursor IDE, providing powerful search capabilities across your codebase and conversations. The server is secure, with built-in authentication and input validation, making it a reliable tool for developers who prioritize data privacy and performance.
Features
- 10-40x Faster than other knowledge graph solutions
- 100% Local - No data leaves your machine
- Smart Memory - Remembers conversations and code patterns
- Real-time Sync with Cursor IDE
- Powerful Search across codebase and conversations
Usages
usage with Cursor IDE
{ "mcpServers": { "cursor-kg": { "url": "http://localhost:8360/sse" } } }
usage with Docker
bash docker build -t cursor-kg . docker run -p 8360:8360 cursor-kg