Skip to main content
Glama

MCP SSH Orchestrator

by samerfarida
docker-compose.yml1.44 kB
# ───────────────────────────────────────────────────────────── # 🚀 mcp-ssh-orchestrator (Production Ready) # Purpose: For end users pulling the published image from ghcr.io # Usage: docker compose up # Note: For development, use docker-compose.dev.yml instead # ───────────────────────────────────────────────────────────── services: mcp-ssh: container_name: mcp-ssh-orchestrator image: ghcr.io/samerfarida/mcp-ssh-orchestrator:latest restart: "no" stdin_open: true tty: true environment: MCP_SSH_CONFIG_DIR: /app/config MCP_SSH_MAX_CONCURRENCY: ${MCP_SSH_MAX_CONCURRENCY:-5} MCP_SSH_TIMEOUT_SEC: ${MCP_SSH_TIMEOUT_SEC:-45} PYTHONUNBUFFERED: "1" volumes: # Mount your local config directory (create it first!) - ../config:/app/config:ro # Main YAML configs - ../keys:/app/keys:ro # Optional private keys - ../secrets:/app/secrets:ro # Docker Desktop secrets or passwords working_dir: /app networks: - mcpnet healthcheck: test: ["CMD", "python", "-c", "print('mcp-ssh health ok')"] interval: 30s timeout: 10s retries: 3 networks: mcpnet: driver: bridge

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samerfarida/mcp-ssh-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server