HomeKnowledge & Memory › ZenBrain Memory

ZenBrain Memory

Seven-layer agent memory: episodic, semantic, procedural and core. Local SQLite, no account.

TypeScript Local macOSWindowsLinux
★ 24 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y @zensation/mcp@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "zenbrain": {
      "command": "npx",
      "args": [
        "-y",
        "@zensation/mcp@0.1.3"
      ],
      "env": {
        "ZENBRAIN_DB": "<YOUR_VALUE>",
        "ZENBRAIN_CONTEXTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZENBRAIN_DB — Path to the SQLite file that holds the memory. Use ':memory:' for a store that is discarded when the process exits.
  • ZENBRAIN_CONTEXTS — Comma-separated context domains for cross-context memory.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry