Catalog
io.github.Ivy-Innovation/cubelife
Officialby Ivy-Innovation · TypeScript
Give AI agents a persistent pixel-art character reflecting their state in real time.
Creates a persistent pixel-art character avatar that reflects an AI agent's state in real time.
Topics
ai-agentclaudeclicodexcopilotcursordeveloper-toolsmcpmcp-serverpixel-artsdk
README not available yet.
Install
Configuration
Environment variables
CUBELIFE_API_KEYrequiredsecretAgent API key from the CubeLife dashboard
CUBELIFE_AGENT_IDrequiredAgent ID from the CubeLife dashboard
claude_desktop_config.json
{
"mcpServers": {
"cubelife": {
"command": "npx",
"args": [
"-y",
"cubelife@0.3.2"
],
"env": {
"CUBELIFE_API_KEY": "<YOUR_CUBELIFE_API_KEY>",
"CUBELIFE_AGENT_ID": "<YOUR_CUBELIFE_AGENT_ID>"
}
}
}
}