Cloud-hosted Desktop Commander accessible via SSE endpoint.
Claude Desktop → SSE → GARZA Commander (Fly.io) → Desktop Commander Tools
↓
SSH to garzahive, Fly deploys, MCP calls
- Runs Desktop Commander in the cloud on Fly.io
- Exposes SSE endpoint for remote access
- Full network access (no local container isolation)
- Can SSH to garzahive directly
- Can deploy to Fly.io itself
- Can call all MCP servers
# Deploy to Fly.io
fly deploy
# Check status
fly status
# View logs
fly logsAdd to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"garza-commander": {
"transport": "sse",
"url": "https://garza-commander.fly.dev/sse"
}
}
}To enable SSH to garzahive from GARZA Commander:
- Add SSH keys as Fly secrets:
fly secrets set SSH_PRIVATE_KEY="$(cat ~/.ssh/id_ed25519)"- Configure SSH hosts in environment
GARZA Commander can deploy and manage lastrock-mcp:
# From within GARZA Commander
ssh root@garzahive.com
cd /root/lastrock-mcp
flyctl deploy- mcp-proxy - Bridges stdio to SSE
- Desktop Commander - MCP server for terminal/filesystem
- Fly.io - Deployment platform