We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xenagarage/MCP-Todo-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•276 B
# Server Configuration
SERVER_PORT=3000
NODE_ID=node-1
# Redis Configuration
REDIS_URL=redis://localhost:6379
# OpenAI API Key (required for AI-powered analysis)
# Get your API key from https://platform.openai.com/api-keys
OPENAI_API_KEY=openai_api_key_here
LOG_LEVEL=INFO