Skip to content
Zed

hotato for Zed

io.github.attenlabs/hotato

Open-source, self-hosted conversation QA for voice agents. MIT.

client:Zed transport:stdio runtime:pypi

Install hotato in Zed

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

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

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

hotato in other clients