Docker Manager MCP
by jmagar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level for more verbose logging (e.g., DEBUG) | INFO |
| FASTMCP_PORT | No | Change port for the FastMCP server | 8000 |
| FASTMCP_DATA_DIR | No | Directory to persist OAuth tokens & runtime data | |
| DOCKER_MCP_DATA_DIR | No | Alias for tooling expecting DOCKER_MCP_* prefix - directory to persist OAuth tokens & runtime data | |
| FASTMCP_SERVER_AUTH | No | Select OAuth provider (e.g., fastmcp.auth.GoogleProvider) | |
| FASTMCP_ENABLE_OAUTH | No | Enable OAuth support | false |
| FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_ID | No | Google OAuth client ID | |
| FASTMCP_SERVER_AUTH_GOOGLE_CLIENT_SECRET | No | Google OAuth client secret | |
| FASTMCP_SERVER_AUTH_GOOGLE_REDIRECT_PATH | No | OAuth callback path | /auth/callback |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/jmagar/docker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server