We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Secure-ISS/Komodo-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•694 B
# Komodo MCP Server - Environment Configuration
# Copy to .env.local and fill in your values
# Required - Komodo API Connection
KOMODO_URL=https://komodo.example.com
KOMODO_API_KEY=your-api-key-here
KOMODO_API_SECRET=your-api-secret-here
# Optional - Timeouts and Retries
KOMODO_TIMEOUT=30000
KOMODO_RETRY_COUNT=3
KOMODO_RETRY_DELAY=1000
# Optional - Logging
KOMODO_LOG_LEVEL=info
# Optional - SSL Verification
# WARNING: Only disable in development! Production always enforces SSL.
KOMODO_SSL_VERIFY=true
# Optional - Custom CA Certificate (for internal/private CAs)
# If using a self-signed or internal CA, provide the certificate path:
# KOMODO_CA_CERT_PATH=/path/to/ca-certificate.pem