HomeKnowledge & Memory › Reverie

Reverie

Graph memory that dreams: Neo4j knowledge-graph memory for AI agents with hybrid search

JavaScript
★ 70 stars Last pushed 2026-09-17 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.1)

npx -y @knowall-ai/reverie@0.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-reverie": {
      "command": "npx",
      "args": [
        "-y",
        "@knowall-ai/reverie@0.5.1"
      ],
      "env": {
        "NEO4J_URI": "<YOUR_VALUE>",
        "NEO4J_USERNAME": "<YOUR_VALUE>",
        "NEO4J_PASSWORD": "<YOUR_VALUE>",
        "NEO4J_DATABASE": "<YOUR_VALUE>",
        "REVERIE_EMBEDDINGS": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEO4J_URI required — Bolt URI of the Neo4j 5 database, e.g. bolt://localhost:7687
  • NEO4J_USERNAME required — Neo4j user
  • NEO4J_PASSWORD required secret — Neo4j password
  • NEO4J_DATABASE — Database name (Enterprise only; omit on Community Edition)
  • REVERIE_EMBEDDINGS — Embedding provider for semantic search: local (default, no API key), openai, azure, ollama, voyage or none

This repository has 2 servers listed in the Official MCP Registry.

Other names: ai.knowall/reverie

Related servers

Data from the Official MCP Registry