# @knowall-ai/reverie

Reverie — graph memory that dreams. Graph-based memory system for AI agents. Store people, places, organizations as nodes. Build semantic relationships (KNOWS, WORKS_AT, CREATED). Hybrid keyword + semantic search finds partial matches and close variants.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 0.5.1
- **Author:** KnowAll AI
- **License:** MIT
- **npm:** @knowall-ai/reverie
- **Source:** https://github.com/knowall-ai/mcp-reverie
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** warnings
- **Scanned:** 2026-09-06T14:08:31.404Z
- **Version scanned:** 0.5.1
- **CVEs:** none found by OSV at scan time

## Tools

12 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `search_memories` — Hybrid keyword + semantic search across the knowledge graph. "Ben Weeks" can also find "Benjamin Weeks" and each result includes _score and _match.
- `create_memory` — Create a new memory in the knowledge graph. Consider that the memory might already exist, so Search → Create → Connect (its important to try and connect memorie
- `create_connection` — Create a connection between two memories (its good to have connected memories)
- `update_memory` — Update properties of an existing memory such as adding more detail or make a change when you find out something new
- `update_connection` — Update properties of an existing connection between memories
- `delete_memory` — Delete a memory and all its connections (use with caution - this permanently removes the memory and all its connections)
- `delete_connection` — Delete a specific connection between two memories (use with caution - this permanently removes the relationship)
- `list_memory_labels` — List all unique memory labels currently in use with their counts (useful for getting an overview of the knowledge graph)
- `query_memories` — Run a read-only Cypher query and return up to 200 scrubbed rows.
- `memory_stats` — Summarize node, relationship, label, embedding, and orphan counts for the graph.
- `dream` — Deterministically relabel, merge duplicates, and refresh embeddings, with an optional dry run report.
- `get_guidance` — Get help on using the memory tools effectively

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"reverie\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@knowall-ai/reverie\"\n      ],\n      \"env\": {\n        \"NEO4J_PASSWORD\": \"<YOUR_NEO4J_PASSWORD>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `NEO4J_PASSWORD` — Neo4j Password (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 53, ceiling 53 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40knowall-ai%2Freverie
- Install plan: https://forgeregistry.com/api/v1/packages/%40knowall-ai%2Freverie/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40knowall-ai%2Freverie
- HTML page: https://forgeregistry.com/registry/%40knowall-ai%2Freverie
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
