Skip to main content
Glama

iRAG MCP Server

by kuai0901
.env.example970 B
# 百度千帆API Key # 从百度智能云控制台获取: https://console.bce.baidu.com/iam/#/iam/apikey/list BAIDU_API_KEY=bce-v3/ALTAK-your-access-key/your-secret-key # 服务器配置 SERVER_NAME=irag-mcp-server SERVER_VERSION=1.0.0 # 日志配置 LOG_LEVEL=info LOG_FILE=logs/server.log # API配置 API_TIMEOUT=30000 MAX_RETRIES=3 # 图片资源配置 # RESOURCE_MODE: url - 只返回图片URL和base64数据 # local - 同时保存图片到本地文件系统 RESOURCE_MODE=local # BASE_PATH: 图片保存路径(仅在RESOURCE_MODE=local时有效) # 默认保存到用户桌面的irag-images文件夹 # Windows示例: C:\Users\YourName\Desktop\irag-images # macOS示例: /Users/YourName/Desktop/irag-images # Linux示例: /home/YourName/Desktop/irag-images BASE_PATH= # MODEL: 默认使用的图片生成模型 # irag-1.0: 百度自研模型,通用性好,速度快 # flux.1-schnell: 支持更多高级参数,质量更高 MODEL=irag-1.0

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kuai0901/irag-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server