Database|AI / ML|CloudGo
NornicDB
NornicDB is a low-latency, Graph + Vector, Temporal MVCC database designed for AI applications.
N/A rating (0 reviews)0 installs395 GitHub stars
graph-databasevector-searchtemporal-mvcc
NornicDB offers sub-ms HNSW search, graph traversal, and write capabilities. It integrates with Neo4j and qdrant's gRPC drivers, allowing seamless switching without changes, while providing advanced features like schemas, managed embeddings, and GPU acceleration.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nornicdb": {
"args": [
"-y",
"@modelcontextprotocol/server-nornicdb"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.