Agent♥︎Age
Catalog

Reverie

Officialdeprecated

by knowall-ai · JavaScript

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

MCP Server: io.github.knowall-ai/reverie

Reverie is KnowAll AI’s Neo4j knowledge-graph memory for AI agents, served over MCP. It converts an agent’s memory into a map of entities in its world and how they relate, and maintains that graph. The GitHub repository is knowall-ai/mcp-reverie, with old URLs redirecting.

🛠️ Key Features

  • Neo4j knowledge-graph memory for AI agents
  • Graph memory modeled as entities and their relationships
  • Hybrid search
  • Served over the Model Context Protocol (MCP)

🚀 Use Cases

  • Persisting and structuring agent memory as a knowledge-graph
  • Supporting retrieval that uses both graph and hybrid search approaches

⚡ Developer Benefits

  • Works with any agent that speaks MCP
  • Migration path: until @knowall-ai/reverie is published to npm, install @knowall-ai/mcp-neo4j-agent-memory (0.2.x)

⚠️ Limitations

  • npm package availability is not yet in @knowall-ai/reverie (legacy package required until published)