Skip to main content
Glama

ScrapeGraph MCP Server

Official
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.12-alpine # Install build dependencies RUN apk add --no-cache gcc musl-dev libffi-dev WORKDIR /app # Copy project files COPY pyproject.toml . COPY README.md . COPY LICENSE . COPY src/ src/ # Upgrade pip and install the package RUN pip install --upgrade pip && \ pip install . # Expose MCP server via the entrypoint command ENTRYPOINT ["scrapegraph-mcp"]

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/ScrapeGraphAI/scrapegraph-mcp'

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