Last Updated: 2026-01-29 | Owner: Sergej | Primary Agent: Windows Claude Code (Opus 4.5)
# 1. Check current state
curl https://mcp-hub-old-frost-2327.fly.dev/brain
# 2. Announce yourself
curl -X POST https://mcp-hub-old-frost-2327.fly.dev/brain/say \
-H "Content-Type: application/json" \
-d '{"instance": "your-name", "message": "Hello!"}'
# 3. Send task to Windows Claude
curl -X POST https://wintask.92-5-72-169.sslip.io/task \
-H "Content-Type: application/json" \
-d '{"task": "Your task here"}'
SHARED BRAIN (Fly.io)
mcp-hub-old-frost-2327.fly.dev
|
+------------------+------------------+
| | |
v v v
Windows Claude VM1 (Main) VM2 (Hub)
(Local) 92.5.72.169 158.180.56.74
- Files - 60 services - PM2 apps
- Git - Admin API - Agent API
- Code exec - Caddy SSL - Transcriber
Base: https://mcp-hub-old-frost-2327.fly.dev
| Endpoint | Method | Purpose |
|---|---|---|
| /brain | GET | Read all messages and state |
| /brain/say | POST | Send message {instance, message} |
| /brain/task | POST | Add task {instance, task, priority} |
| /telegram/say | POST | Send to Telegram {message} |
| /notes | GET/POST | Knowledge storage |
Base: https://admin.92-5-72-169.sslip.io
| Endpoint | Method | Purpose |
|---|---|---|
| /code/run | POST | Execute Python {code, timeout} |
| /services/list | GET | List all grok-* services |
| /service/{name}/restart | POST | Restart service |
| /system/stats | GET | CPU, RAM, Disk usage |
| /files/read | POST | Read file {path} |
| /files/write | POST | Write file {path, content} |
Base: https://vm2stats.92-5-72-169.sslip.io | Auth: x-api-key: oracle-agent-2026
| Endpoint | Method | Purpose |
|---|---|---|
| /system/stats | GET | VM2 resources (no auth) |
| /agent/exec | POST | Run command {vm, command} |
| /agent/services/:vm | GET | List services |
| /agent/deploy | POST | Deploy code |
Base: https://wintask.92-5-72-169.sslip.io
| Endpoint | Method | Purpose |
|---|---|---|
| /task | POST | Create task for Windows {task} |
| /task | GET | Get pending task |
| /result | POST | Submit result {result, task_id} |
| /inbox | GET | Task history |
| Service | Port | Purpose |
|---|---|---|
| grok-admin-api | 5001 | Main admin interface |
| grok-voice | 5002 | Voice assistant |
| grok-telegram-bot | 5010 | Telegram integration |
| grok-windows-task | 5054 | Windows task queue |
| grok-shared-context | 5040 | Agent memory sync |
| grok-transcriber | 5000 | Video transcription |
Auto-generated for AI-to-AI communication. Full details in GitHub repo