Skip to main content
Glama
Srieon
by Srieon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_CORSNoEnable CORS for HTTP transport (default: 'true')true
LOG_LEVELNoLogging level: error, warn, info, debug (default: 'info')info
MCP_HTTP_HOSTNoHost for HTTP transport (only needed if MCP_TRANSPORT=http)localhost
MCP_HTTP_PORTNoPort for HTTP transport (only needed if MCP_TRANSPORT=http)3000
MCP_TRANSPORTNoTransport mode: 'stdio' for MCP clients, 'http' for web access (default: 'stdio')stdio
MAX_CACHE_SIZENoMaximum number of cache entries (default: '1000')1000
MCP_SERVER_NAMENoName of the MCP server (default: 'dockerhub-mcp-server')dockerhub-mcp-server
CACHE_TTL_SECONDSNoTime-to-live for cache entries in seconds (default: '300')300
DOCKERHUB_PASSWORDNoDocker Hub password (optional if using access token or anonymous access)
DOCKERHUB_USERNAMENoDocker Hub username for authentication (optional if using access token or anonymous access)
MCP_SERVER_VERSIONNoVersion of the MCP server (default: '1.0.0')1.0.0
DOCKERHUB_RATE_LIMITNoMaximum number of requests per rate limit window (default: '100')100
PRIVATE_REGISTRY_URLNoURL of a private Docker registry (optional)
DOCKERHUB_ACCESS_TOKENNoDocker Hub access token for authentication (alternative to username/password)
PRIVATE_REGISTRY_PASSWORDNoPassword for private registry (required if PRIVATE_REGISTRY_URL is set)
PRIVATE_REGISTRY_USERNAMENoUsername for private registry (required if PRIVATE_REGISTRY_URL is set)
DOCKERHUB_RATE_LIMIT_WINDOWNoRate limit window in seconds (default: '3600')3600

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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

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