Skip to main content
Glama

pdf-tools-mcp

Dockerfile406 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.12-slim # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml uv.lock README.md ./ COPY src ./src # Install dependencies RUN pip install --no-cache-dir . # Expose port if needed (MCP uses stdio, no port) # Default command to start the MCP server CMD ["python", "src/main.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/danielkennedy1/pdf-tools-mcp'

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