We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dreamboat-Rachel/MCP-Server-For-Local'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 基础模型配置
BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions"
MODEL=qwen-max
DASHSCOPE_API_KEY="your_api_key_here"
# 配置文件路径
# Windows 示例: CONFIG_FILE="C:/path/to/servers.json"
# Linux 示例: CONFIG_FILE="/home/user/path/to/servers.json"
CONFIG_FILE="path/to/servers.json"
# 高德地图 API
GAODE_API_KEY="your_gaode_api_key_here"
# 谷歌浏览器配置
# Windows 示例:
# CHROME_PATH="C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
# CHROMEDRIVER_PATH="C:\\path\\to\\chromedriver.exe"
# Linux 示例:
# CHROME_PATH="/usr/bin/google-chrome"
# CHROMEDRIVER_PATH="/usr/local/bin/chromedriver"
CHROME_PATH="path/to/chrome"
CHROMEDRIVER_PATH="path/to/chromedriver"
# ComfyUI 配置
# 如果是本地部署,使用本地地址
# 如果是远程部署,使用远程地址
BASE_URL="http://localhost:8188" # 本地部署示例
# BASE_URL="http://your-remote-server:port" # 远程部署示例
# 服务器脚本目录
# Windows 示例: SERVERS_DIR="C:/path/to/servers"
# Linux 示例: SERVERS_DIR="/home/user/path/to/servers"
SERVERS_DIR="path/to/servers"