Skip to main content
Glama

Substack MCP

FROM python:3.10-slim WORKDIR /app # Install dependencies COPY pyproject.toml . RUN pip install --no-cache-dir "uv>=0.1.0" && \ uv pip install --no-cache-dir -e . # Copy main file COPY substack_mcp.py . # Set the entry point ENTRYPOINT ["python", "substack_mcp.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/Greg-Swiftomatic/substack-mcp'

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