We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mergedao/mcp-jobs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•860 B
# MCP Configuration (Optional)
# MCP_API_KEY=your_mcp_api_key
# MCP_BASE_URL=https://api.modelcontextprotocol.com
# Basic Authentication (Optional)
# USERNAME=your_username
# PASSWORD=your_password
# Crawler Configuration (Optional)
# CRAWLER_HEADLESS=true # 是否无头模式运行浏览器 (true/false)
# CRAWLER_TIMEOUT=30000 # 页面超时时间 (毫秒)
# CRAWLER_VIEWPORT_WIDTH=1280 # 浏览器视窗宽度
# CRAWLER_VIEWPORT_HEIGHT=800 # 浏览器视窗高度
# CRAWLER_DEBUG=false # 是否启用调试模式 (true/false)
# CRAWLER_USER_AGENT=Mozilla/5.0... # 自定义用户代理
# Note: All configuration parameters are optional.
# The service will run in limited mode if credentials are not provided.
# Uncomment and fill in the values you want to use.