Skip to main content
Glama

Xiaohongshu (Little Red Book) MCP Server

by fancyboi999
Dockerfile645 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # 使用 Python 3.12 作为基础镜像 FROM python:3.12-slim # 安装 Node.js 20.11.1 RUN apt-get update && apt-get install -y \ curl \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y nodejs \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* # 设置工作目录 WORKDIR /app # 复制项目文件 COPY . /app/ # 安装 uv RUN pip install uv # 使用 uv 安装项目依赖 RUN uv sync # 设置环境变量 ENV PYTHONUNBUFFERED=1 # 启动命令 CMD ["uv", "--directory","/app","run","main.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/fancyboi999/xhs-auto-mcp'

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