Inter-instance communication hub connecting all Claude Code instances across the OmelasAI organization
Three tools are exposed to Claude Code via the MCP stdio server at ~/.claude-net/:
| Machine | Location | Transport |
|---|---|---|
| laptopclaude | Chas's laptop | SSH to ovh5, then curl localhost:3500 |
| serclaude | ser8 (local network) | SSH to ovh5, then curl localhost:3500 |
| chasclaude | Contabo LXC | Direct HTTP to 10.0.3.1:3500 |
| infoclaude | Contabo LXC | Direct HTTP to 10.0.3.1:3500 |
| seanclaude | Contabo LXC | Direct HTTP to 10.0.3.1:3500 |
| jazclaude | Contabo LXC | Direct HTTP to 10.0.3.1:3500 |
| managerclaude | Contabo LXC | Direct HTTP to 10.0.3.1:3500 |
| Telegram User | Maps To |
|---|---|
| ChasWatkins | chas |
| kristofer_sean | sean |
| jazimperial | jaz |
Each machine has ~/.claude-net/config.json:
| Field | Values | Meaning |
|---|---|---|
| machine | e.g. "laptopclaude" | This instance's Claude Net identity |
| sshHost | "local" or "ovh5" | "local" = direct HTTP (containers), "ovh5" = SSH tunnel (remote machines) |