Skip to main content
Glama

mcp-pdf-reader

by pietermyb
MIT License
4
Dockerfile402 B
FROM python:3.13-slim WORKDIR /app # Install dependencies COPY pyproject.toml ./ COPY uv.lock ./ COPY src/ ./src/ # Install uv package manager and pdf-reader-mcp RUN pip install uv && \ uv pip install --no-cache-dir -e . && \ pip uninstall -y uv # Expose the default port (if needed in the future) # EXPOSE 3000 # Set the entrypoint command to run the server ENTRYPOINT ["pdf-reader-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/pietermyb/mcp-pdf-reader'

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