MCP Server
MCP
Heartwood Memory — governed memory for AI agents
Heartwood Memory — governed AI agent memory; signed provenance. BUSL-1.1; not OSI open source.
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
By
Comments
Sign in to leave a comment