Skip to main content
Glama
docker-compose.dev.yml1.05 kB
# ============================================================ # mcp-ssh-orchestrator (STDIO MCP Server) # Purpose: Local test or integration with Claude / Docker MCP # ============================================================ services: mcp-ssh: container_name: mcp-ssh-orchestrator build: context: .. dockerfile: Dockerfile restart: "no" stdin_open: true tty: true user: "1000:1000" # Run as non-root user environment: MCP_SSH_CONFIG_DIR: /app/config PYTHONUNBUFFERED: "1" volumes: - ../config:/app/config:ro # Main YAML configs - ../keys:/app/keys:ro # Optional private keys - ../secrets:/app/secrets:ro # Docker Desktop secrets or passwords entrypoint: ["python", "-m", "mcp_ssh.mcp_server", "stdio"] 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

Latest Blog Posts

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