MCP Server
MCP
io.github.las7/memharness
Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.
Install
npx -y @memharness/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@memharness/mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the SQLite memory file. Defaults to a per-user data path; set to override.",
"format": "string",
"name": "MEMHARNESS_DB"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment