We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zazzles2908/EX_AI-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.kimi-glm.example•353 B
# Minimal Kimi/GLM configuration example for Zen MCP Server
# Copy to .env and fill values
# Moonshot (Kimi)
KIMI_API_KEY=your_kimi_api_key_here
# ZhipuAI GLM
GLM_API_KEY=your_glm_api_key_here
# Disable providers not used in this deployment
DISABLED_PROVIDERS=GOOGLE,OPENAI,XAI,DIAL
# Optional: enable config validator
ENABLE_CONFIG_VALIDATOR=true