We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/th3nolo/openrouter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•326 B
# OpenRouter API Configuration
OPENROUTER_API_KEY=your_openrouter_api_key_here
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# Optional: Your site URL and app name for OpenRouter
OPENROUTER_SITE_URL=http://localhost:3000
OPENROUTER_APP_NAME=OpenRouter MCP Server
# Development settings
NODE_ENV=development
LOG_LEVEL=info