← Back to Plugins
MCP Server MCP

io.github.las7/memharness

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...