Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

itsablabla/garza-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GARZA Commander

Cloud-hosted Desktop Commander accessible via SSE endpoint.

Architecture

Claude Desktop → SSE → GARZA Commander (Fly.io) → Desktop Commander Tools
                                 ↓
                        SSH to garzahive, Fly deploys, MCP calls

What It Does

  • 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

Deployment

# Deploy to Fly.io
fly deploy

# Check status
fly status

# View logs
fly logs

Connection

Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "garza-commander": {
      "transport": "sse",
      "url": "https://garza-commander.fly.dev/sse"
    }
  }
}

SSH Setup

To enable SSH to garzahive from GARZA Commander:

  1. Add SSH keys as Fly secrets:
fly secrets set SSH_PRIVATE_KEY="$(cat ~/.ssh/id_ed25519)"
  1. Configure SSH hosts in environment

Integration with Last Rock MCP

GARZA Commander can deploy and manage lastrock-mcp:

# From within GARZA Commander
ssh root@garzahive.com
cd /root/lastrock-mcp
flyctl deploy

Built With

About

Cloud-hosted Desktop Commander accessible via SSE for GARZA OS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors