We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/b9b4ymiN/myMCPserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•592 B
# API Configuration
# You can override the default API hosts here if needed
# SET Watch API Configuration
SET_WATCH_API_HOST=https://xxxxxxxxxxxx.app
SET_WATCH_API_TIMEOUT=30000
# Alternative API Configuration (if you have custom API endpoints)
# ALTERNATIVE_API_HOST=https://your-api-server.com
# ALTERNATIVE_API_KEY=your-api-key-here
# Server Configuration
NODE_ENV=development
LOG_LEVEL=info
# Optional: Add authentication headers if needed
# API_AUTH_HEADER=X-API-Key
# API_AUTH_VALUE=your-api-key
# Optional: Add custom headers for all API requests
# CUSTOM_HEADER_NAME=Custom-Value