We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mnehmos/ChatRPG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•516 B
# ChatRPG Web Client Configuration
# Copy this file to .env.local for local development
# Your ChatRPG MCP server URL (Railway deployment)
MCP_SERVER_URL=https://chatrpg-production.up.railway.app/sse
# Your OpenAI API key for ChatGPT inference
# Get this from https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-proj-your-openai-api-key-here
# Your OpenRouter API key for alternative models (e.g., deepinfra/fp4)
# Get this from https://openrouter.ai/keys
OPENROUTER_API_KEY=sk-or-your-openrouter-api-key-here