Skip to main content
Glama

Doc Scraper MCP Server

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim WORKDIR /app # Copy necessary files COPY pyproject.toml requirements.txt ./ COPY mcp_doc_scraper ./mcp_doc_scraper # Install dependencies and install the package in editable mode RUN pip install --upgrade pip \ && pip install --no-cache-dir -r requirements.txt \ && pip install --no-cache-dir -e . CMD ["python", "-m", "mcp_doc_scraper"]

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/askjohngeorge/mcp-doc-scraper'

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