Skip to main content
Glama

Wiki MCP Server

by albertshao
Dockerfileโ€ข245 B
# Dockerfile for Wiki MCP Server FROM python:3.10-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY src/ src/ CMD ["uvicorn", "wiki_mcp_server.server:app", "--host", "0.0.0.0", "--port", "9999"]

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/albertshao/wiki_mcp_server'

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