Skip to content
Grok

Heartwood Memory — governed memory for AI agents for Grok

io.github.jermayne36/heartwood-memory

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

client:Grok transport:stdio runtime:pypi

Install Heartwood Memory — governed memory for AI agents in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Heartwood Memory — governed memory for AI agents in other clients