Reverie
Rank #15,722ai.knowall/reverie
Graph memory that dreams: Neo4j knowledge-graph memory for AI agents with hybrid search
Reverie is a Model Context Protocol (MCP) server published by knowall-ai. It ranks #15,722 of 132,046 servers tracked on MCP Toplist, and its repository has 69 GitHub stars. Reverie is listed on Official MCP, with 1 tracked version. It was first listed on Sep 6, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 116,324 of 132,046 servers on MCP Toplist.
Use Reverie
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add reverie -e "NEO4J_URI=<your NEO4J_URI>" -e "NEO4J_USERNAME=<your NEO4J_USERNAME>" -e "NEO4J_PASSWORD=<your NEO4J_PASSWORD>" -e "NEO4J_DATABASE=<your NEO4J_DATABASE>" -e "REVERIE_EMBEDDINGS=<your REVERIE_EMBEDDINGS>" -- npx -y @knowall-ai/reverieReplace each placeholder with your own value before saving.
[mcp_servers.reverie]
command = "npx"
args = ["-y", "@knowall-ai/reverie"]
[mcp_servers.reverie.env]
NEO4J_URI = "<your NEO4J_URI>"
NEO4J_USERNAME = "<your NEO4J_USERNAME>"
NEO4J_PASSWORD = "<your NEO4J_PASSWORD>"
NEO4J_DATABASE = "<your NEO4J_DATABASE>"
REVERIE_EMBEDDINGS = "<your REVERIE_EMBEDDINGS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reverie": {
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"REVERIE_EMBEDDINGS": "<your REVERIE_EMBEDDINGS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reverie": {
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"REVERIE_EMBEDDINGS": "<your REVERIE_EMBEDDINGS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"reverie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"REVERIE_EMBEDDINGS": "<your REVERIE_EMBEDDINGS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reverie": {
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"REVERIE_EMBEDDINGS": "<your REVERIE_EMBEDDINGS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reverie": {
"command": "npx",
"args": [
"-y",
"@knowall-ai/reverie"
],
"env": {
"NEO4J_URI": "<your NEO4J_URI>",
"NEO4J_USERNAME": "<your NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<your NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<your NEO4J_DATABASE>",
"REVERIE_EMBEDDINGS": "<your REVERIE_EMBEDDINGS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.knowall%2Freverie)<a href="https://mcptoplist.com/server/ai.knowall%2Freverie"><img src="https://mcptoplist.com/badge/ai.knowall%2Freverie.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
knowall-ai
Other servers by knowall-ai
View all knowall-ai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.5.2 | Sep 6, 2026 |
Frequently asked questions
- Who maintains Reverie?
- Reverie is maintained by knowall-ai, which publishes 6 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Reverie listed on the Official MCP Registry?
- Yes — Reverie is listed on the Official MCP Registry.
- How many versions does Reverie have?
- MCP Toplist tracks 1 version of Reverie, most recently published on Sep 6, 2026.
- Where can I find the source code for Reverie?
- The source code for Reverie is hosted at github.com/knowall-ai/mcp-reverie.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.