Home › Development › cubelife

cubelife

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

TypeScript Local
★ 2 stars Last pushed 2026-06-04 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cubelife": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "CUBELIFE_API_KEY": "<YOUR_VALUE>",
        "CUBELIFE_AGENT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • CUBELIFE_API_KEY required secret — Agent API key from the CubeLife dashboard
  • CUBELIFE_AGENT_ID required — Agent ID from the CubeLife dashboard

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry