AgentHubAgentHub

cubelife

MCP ServerMCP Registry官方收录

io.github.Ivy-Innovation/cubelife · v0.3.2

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

概览

cubelife 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cubelife": {
      "command": "npx",
      "args": [
        "-y",
        "cubelife"
      ],
      "env": {
        "CUBELIFE_API_KEY": "<CUBELIFE_API_KEY>",
        "CUBELIFE_AGENT_ID": "<CUBELIFE_AGENT_ID>"
      }
    }
  }
}

环境变量

CUBELIFE_API_KEY必填secret

Agent API key from the CubeLife dashboard

CUBELIFE_AGENT_ID必填

Agent ID from the CubeLife dashboard

相关资源

统一 Manifest

{
  "id": "io.github.Ivy-Innovation/cubelife",
  "type": "mcp-server",
  "version": "0.3.2",
  "displayName": "cubelife",
  "description": "Give AI agents a persistent pixel-art character reflecting their state in real time.",
  "repository": {
    "url": "https://github.com/Ivy-Innovation/cubelife",
    "source": "github",
    "subfolder": "cli"
  },
  "homepage": "https://life.cubeworld.co.za",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "cubelife",
        "version": "0.3.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CUBELIFE_API_KEY",
            "description": "Agent API key from the CubeLife dashboard",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "CUBELIFE_AGENT_ID",
            "description": "Agent ID from the CubeLife dashboard",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Ivy-Innovation/cubelife",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ivy-Innovation%2Fcubelife/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
cubelife — MCP Server 安装与配置 · AgentHub