Skip to content
Cursor

memharness for Cursor

io.github.las7/memharness

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

client:Cursor transport:stdio runtime:npm

Install memharness in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memharness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@memharness/mcp"
      ],
      "env": {
        "MEMHARNESS_DB": "<MEMHARNESS_DB>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memharness in other clients