Skip to content
Zed

animalhouse for Zed

io.github.geeks-accelerator/animalhouse

A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.

client:Zed transport:stdio runtime:npm

Install animalhouse 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": {
    "animalhouse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-animalhouse"
      ],
      "env": {
        "ANIMALHOUSE_API_KEY": "<ANIMALHOUSE_API_KEY>"
      }
    }
  }
}

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

animalhouse in other clients