We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chillitray/zintlr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ZINTLR_API_BASE_URL=https://api.zintlr.com
ZINTLR_FRONTEND_URL=https://auth.zintlr.com
CIPHER_SECRET=your-cipher-secret-here #TODO
CAPTCHA_TOKEN=your-captcha-token-here #TODO
MCP_SERVER_URL=https://mcp.zintlr.com
REDIS_URL=redis://redis:6379 #TODO
# MCP Server Information
MCP_PROTOCOL_VERSION=2025-06-18
MCP_SERVER_NAME=zintlr-mcp-server
MCP_SERVER_VERSION=1.0.0
# Session Expiration Time
SESSION_EXPIRE_SECONDS=3600
# Server Settings
HOST=0.0.0.0
PORT=8000
# Debug Mode
DEBUG=false