We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidkim9/container-exec-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•345 B
# Docker Container MCP Server Environment Variables
# Optional: Authentication token for HTTP server
# If set, all HTTP requests must include this token in the Authorization header
# openssl rand -hex 32
# MCP_AUTH_TOKEN=1b4295111559ba17aae1332cf7bc2a2ac349932202070656a0be82fb78cd0ba3
# Optional: HTTP server port (default: 4200)
# PORT=4200