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•505 B
# Komodo MCP Server - Environment Configuration Example
# Copy this file to .env and fill in the values
# NEVER commit .env to version control
# Required - Komodo API Connection
KOMODO_URL=https://komodo.example.com
KOMODO_API_KEY=km_key_your_api_key_here
KOMODO_API_SECRET=km_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
KOMODO_SSL_VERIFY=true