Skip to main content
Glama

Tushare MCP Server

by zhewenzhang
MIT License
28
Dockerfile534 B
FROM python:3.10-slim # 安装系统依赖 RUN apt-get update && apt-get install -y --no-install-recommends \ gcc \ python3-dev \ libffi-dev \ libc-dev \ make \ && rm -rf /var/lib/apt/lists/* # 设置工作目录 WORKDIR /app # 复制requirements.txt COPY requirements.txt . # 安装Python依赖 RUN pip install --no-cache-dir -r requirements.txt # 复制其余项目文件 COPY . . # 设置环境变量 ENV PYTHONUNBUFFERED=1 # 启动MCP服务器 CMD ["python", "server.py"]

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/zhewenzhang/tushare_MCP'

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