Skip to content
Zed

Homestead Memory for Zed

io.github.fuckbigtech-ai/homestead-memory

Tamper-evident record of what your AI agent did, plus local-first verifiable memory.

client:Zed transport:stdio runtime:pypi

Install Homestead Memory in Zed

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

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

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

Homestead Memory in other clients