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).
Run
npx -y @knowall-ai/reverie
MCP client config
{
"mcpServers": {
"reverie": {
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
]
}
}
}