Real-time AI agent visualization hub. Watch your agents work as pixel characters. Port 4242 gang
2.5K
The server that turns "my AI is thinking" into a pixel character walking to a desk
Hub server for The Agents — a real-time visualization system where AI agents appear as pixel characters on a tile-based property. They walk between stations, sit at desks, check boards, and generally look busy while doing your work.
docker run -p 4242:4242 zer0liquid/the-agents-hub:latest
Open http://localhost:4242/viewer/ and stare at an empty property. Now connect an agent.
Add to your .mcp.json (Claude Code, Cursor, or any MCP client):
{
"mcpServers": {
"agent-visualizer": {
"command": "npx",
"args": ["the-agents-mcp"],
"env": {
"HUB_URL": "http://localhost:4242",
"AGENT_NAME": "Claude",
"AGENT_SPRITE": "Yuki"
}
}
}
}
/editor/| Variable | Default | Description |
|---|---|---|
PORT | 4242 | Server port |
API_KEY | (none) | Bearer token for write endpoints |
ALLOWED_ORIGINS | * | CORS origins (comma-separated) |
TRUST_PROXY | false | Set true if behind nginx/reverse proxy |
Content type
Image
Digest
sha256:d1f172717…
Size
62.1 MB
Last updated
6 months ago
docker pull zer0liquid/the-agents-hub