Odel
Reverie

Reverie

Local
@knowall-ai69JavaScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@knowall-ai/reveriev0.5.2

Run

npx -y @knowall-ai/reverie

MCP client config

{
  "mcpServers": {
    "reverie": {
      "command": "npx",
      "args": [
        "-y",
        "@knowall-ai/reverie"
      ]
    }
  }
}