We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BaranDev/videogames-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•307 B
# Environment variables for RAWG API
# Get your free API key at: https://rawg.io/login/?forward=developer
RAWG_API_KEY=your_rawg_api_key_here
RAWG_BASE_URL=https://api.rawg.io/api
# Server configuration
HOST=0.0.0.0
PORT=8000
DEBUG=true
# Note: Make sure to copy this file to .env and update RAWG_API_KEY