We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/physics91/openrouter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•494 B
# OpenRouter API Configuration
# Get your API key from https://openrouter.ai/keys
OPENROUTER_API_KEY=your-openrouter-api-key-here
# Optional: App name for request tracking (shows up in OpenRouter dashboard)
OPENROUTER_APP_NAME=openrouter-mcp
# Optional: HTTP referer for request tracking
OPENROUTER_HTTP_REFERER=https://localhost
# Server Configuration
HOST=localhost
PORT=8000
LOG_LEVEL=info
# Development/Testing Configuration (optional)
# OPENROUTER_BASE_URL=https://openrouter.ai/api/v1