reverie

ihavespoons/reverie
★ 0 stars Go AI/LLM Updated 2mo ago
Persistent memory system for LLM coding agents — MCP server implementing the Oblivion three-layer memory architecture with Ebbinghaus decay, two-gate retention, and local Ollama embeddings.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reverie": {
      "command": "go",
      "args": [
        "run",
        "github.com/ihavespoons/reverie@latest"
      ]
    }
  }
}