Skip to main content
Glama

Weibo MCP Server

Dockerfile521 B
FROM python:3.10-slim WORKDIR /app # Install uv first RUN pip install --upgrade pip && pip install uv # Copy project files COPY . . # Install dependencies using uv (use --system for global install) RUN uv pip install --upgrade pip --system RUN uv pip install --system . # Expose the port used by the MCP server (default 4200, can be overridden by PORT env) EXPOSE 4200 ENV PORT=4200 # Run the server using the streamable-http mode and allow PORT env override CMD ["uvx", "--from", ".", "mcp-server-weibo", "--http"]

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/qinyuanpei/mcp-server-weibo'

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