Skip to content
Zed

memharness for Zed

io.github.las7/memharness

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

client:Zed transport:stdio runtime:npm

Install memharness in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

memharness in other clients