Skip to content

verifiable memory for Zed

io.github.mars-proj/verifiable-memory

Memory for AI agents that can't hallucinate — cited or abstains, provable forget, deterministic.

client:Zed transport:stdio runtime:pypi

Install verifiable memory in Zed

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

{
  "context_servers": {
    "verifiable-memory": {
      "command": "uvx",
      "args": [
        "verifiable-memory-mcp"
      ]
    }
  }
}

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

verifiable memory in other clients