Odel
memharness

memharness

Local
@las76TypeScriptApache-2.0Updated 2mo ago

Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@memharness/mcpv0.1.2

Run

npx -y @memharness/mcp

MCP client config

{
  "mcpServers": {
    "memharness": {
      "command": "npx",
      "args": [
        "-y",
        "@memharness/mcp"
      ]
    }
  }
}