Skip to content
Zed

cubelife for Zed

io.github.ivy-innovation/cubelife

Give AI agents a persistent pixel-art character reflecting their state in real time.

client:Zed transport:stdio runtime:npm

Install cubelife 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": {
    "cubelife": {
      "command": "npx",
      "args": [
        "-y",
        "cubelife"
      ],
      "env": {
        "CUBELIFE_API_KEY": "<CUBELIFE_API_KEY>",
        "CUBELIFE_AGENT_ID": "<CUBELIFE_AGENT_ID>"
      }
    }
  }
}

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

cubelife in other clients