Skip to main content
Glama

Docker Manager MCP

.env.example•1.5 kB
# Docker Manager MCP Configuration # Server Configuration FASTMCP_HOST=0.0.0.0 FASTMCP_PORT=8000 # Configuration File Path DOCKER_HOSTS_CONFIG=config/hosts.yml # Logging Configuration LOG_LEVEL=INFO # Optional: Custom SSH config path # SSH_CONFIG_PATH=~/.ssh/config # Optional: Debug settings # SSH_DEBUG=0 # --- Google OAuth (FastMCP) --- # OAuth remains disabled unless explicitly enabled # FASTMCP_ENABLE_OAUTH=true # Select a FastMCP auth provider (required when enabling OAuth) # FASTMCP_SERVER_AUTH=fastmcp.server.auth.providers.google.GoogleProvider # Google OAuth credentials (Web application) # FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com # FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_SECRET=your-google-client-secret # Public base URL of this server (used for OAuth redirects) # For production: use https://docker.tootie.tv # For local dev: http://localhost:8000 # FASTMCP_SERVER_AUTH_GOOGLE_BASE_URL=https://docker.tootie.tv # Redirect path must match Google Console configuration # FASTMCP_SERVER_AUTH_GOOGLE_REDIRECT_PATH=/auth/callback # Requested scopes (comma/space/JSON). Defaults to openid + userinfo.email if unset # FASTMCP_SERVER_AUTH_GOOGLE_REQUIRED_SCOPES=openid,https://www.googleapis.com/auth/userinfo.email # Optional: restrict allowed client redirect URIs (JSON list) # Typically only loopback callbacks used by CLI clients: # FASTMCP_SERVER_AUTH_GOOGLE_ALLOWED_CLIENT_REDIRECT_URIS=["http://localhost:*","http://127.0.0.1:*"]

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/jmagar/docker-mcp'

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