Skip to content
Cursor

Heartwood Memory — governed memory for AI agents for Cursor

io.github.jermayne36/heartwood-memory

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

client:Cursor transport:stdio runtime:pypi

Install Heartwood Memory — governed memory for AI agents in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Heartwood Memory — governed memory for AI agents in other clients