Skip to content
Zed

Heartwood Memory — governed memory for AI agents for Zed

io.github.jermayne36/heartwood-memory

Heartwood Memory — governed AI agent memory; signed provenance. BUSL-1.1; not OSI open source.

client:Zed transport:stdio runtime:pypi

Install Heartwood Memory — governed memory for AI agents in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "heartwood-memory": {
      "command": "uvx",
      "args": [
        "heartwood-memory"
      ],
      "env": {
        "HEARTWOOD_DB_PATH": "<HEARTWOOD_DB_PATH>",
        "HEARTWOOD_TENANT": "<HEARTWOOD_TENANT>",
        "HEARTWOOD_MCP_ALLOWED_TOOLS": "<HEARTWOOD_MCP_ALLOWED_TOOLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Heartwood Memory — governed memory for AI agents in other clients