Skip to content
Cursor

animalhouse for Cursor

io.github.geeks-accelerator/animalhouse

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

client:Cursor transport:stdio runtime:npm

Install animalhouse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "animalhouse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-animalhouse"
      ],
      "env": {
        "ANIMALHOUSE_API_KEY": "<ANIMALHOUSE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

animalhouse in other clients