← Back to Plugins
MCP Server MCP

Heartwood Memory — governed memory for AI agents

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx heartwood-memory

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "heartwood-memory",
      "version": "0.2.7",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the local Heartwood SQLite database.",
          "isRequired": true,
          "format": "filepath",
          "placeholder": "heartwood.db",
          "name": "HEARTWOOD_DB_PATH"
        },
        {
          "description": "Tenant identifier used to isolate memories.",
          "default": "tenant:default",
          "name": "HEARTWOOD_TENANT"
        },
        {
          "description": "Comma-separated MCP tool allowlist; the default is read-only.",
          "default": "recall,explain_recall,health",
          "name": "HEARTWOOD_MCP_ALLOWED_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...