Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
XiYan MCP Server
Official
by
XGenerationLab
Verified
GitHub
Databases
Search
Python
Apache 2.0
34
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
xiyan_mcp_server
.github
imgs
src
Dockerfile
LICENSE.txt
pyproject.toml
README.md
README_zh.md
requirements.txt
setup.py
smithery.yaml
# 使用Python 3.11作为基础镜像 FROM python:3.11-slim # 设置工作目录 WORKDIR /app #COPY requirements.txt . RUN pip install xiyan-mcp-server # 运行应用 CMD ["python", "-m", "xiyan_mcp_server"]