Heartwood Memory
About
Governed agent recall with signed provenance and policy gates. BUSL-1.1; not OSI open source.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HEARTWOOD_DB_PATH HEARTWOOD_TENANT HEARTWOOD_MCP_ALLOWED_TOOLSClaude Code
claude mcp add --env HEARTWOOD_DB_PATH= --env HEARTWOOD_TENANT= --env HEARTWOOD_MCP_ALLOWED_TOOLS= heartwood-memory -- uvx heartwood-memory
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"heartwood-memory","command":"uvx","args":["heartwood-memory"],"env":{"HEARTWOOD_DB_PATH":"","HEARTWOOD_TENANT":"","HEARTWOOD_MCP_ALLOWED_TOOLS":""}}'
JSON
{
"mcpServers": {
"heartwood-memory": {
"command": "uvx",
"args": [
"heartwood-memory"
],
"env": {
"HEARTWOOD_DB_PATH": "",
"HEARTWOOD_TENANT": "",
"HEARTWOOD_MCP_ALLOWED_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.