MCP Directory
Back

NornicDB

by orneryd · Go · ★ 791

Nornicdb is a distributed low-latency, Graph+Vector, Temporal MVCC with all sub-ms HNSW search, graph traversal, and writes. Using Neo4j Bolt/Cypher and qdrant's gRPC means you can switch with no changes while adding intelligent features like schemas, managed embeddings, reranking+llm, GPU accel, Auto-TLP, Policy-based Memory Decay, and MCP server.

#bolt#cypher#database#enterprise-solutions#golang#graph-rag#graphql#hnsw#local-llm#mcp-server#memoryos#mvcc#neo4j#openai-api#qdrant-vector-database#snapshot-isolation#tlp#vector-database#vector-search

Install

go install github.com/orneryd/NornicDB@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "nornicdb": {
      "command": "npx",
      "args": [
        "-y",
        "github:orneryd/NornicDB"
      ]
    }
  }
}

From the README

NornicDB Graph, vector, and historical truth in one database Neo4j-compatible • Hybrid graph + vector retrieval • Historical reads via MVCC Achieving Psygnosis for AI Multi-arch support: CPU | CUDA | Metal | Vulkan Quick Start • What It Is • Why NornicDB • Benchmarks • Features • Docs • Comparison • Contributors [](https://oosmetrics.com/repo/orneryd/NornicDB) Open [http://localhost:7474](http://localhost:7474) for the admin UI. For NVIDIA CUDA hosts, use . For Vulkan hosts, use . > **Writing queries?** Start with the [Hot-Path Cy…
Read full README on GitHub →

Related databases servers