We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xkloveme/cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•458 B
# OpenAI API key for the simulator (optional - uses Puter.js fallback if not set)
OPENAI_API_KEY=sk-...
# Base URL for widget assets
# Required for VPS/remote deployments where you access the server via public IP/domain
# Examples:
# BASE_URL=http://YOUR_SERVER_IP:8000/assets
# BASE_URL=https://your-domain.com/assets
#
# For local development (accessing via localhost), you can leave this unset
# It defaults to http://localhost:8000/assets
BASE_URL=