Skip to content
Cursor

cubelife for Cursor

io.github.ivy-innovation/cubelife

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

client:Cursor transport:stdio runtime:npm

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

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

cubelife in other clients