Loading MCP server directory, please wait...
Graph memory that dreams: Neo4j knowledge-graph memory for AI agents with hybrid search
npx @getmcp/cli add ai.knowall/reverieRequires Node.js 18+. Community-contributed server. Review source before installing.
NEO4J_URIBolt URI of the Neo4j 5 database, e.g. bolt://localhost:7687
NEO4J_USERNAMENeo4j user
NEO4J_PASSWORDNeo4j password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.knowall/reverie": {
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
],
"env": {
"NEO4J_URI": "",
"NEO4J_USERNAME": "",
"NEO4J_PASSWORD": "",
"NEO4J_DATABASE": "",
"REVERIE_EMBEDDINGS": ""
}
}
}
}