Skip to content
Zed

agenthold for Zed

io.github.edobusy/agenthold

Shared versioned state for multi-agent AI workflows

client:Zed transport:stdio runtime:pypi

Install agenthold in Zed

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

{
  "context_servers": {
    "agenthold": {
      "command": "uvx",
      "args": [
        "agenthold"
      ]
    }
  }
}

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

agenthold in other clients