Skip to main content
Glama

PDF Reader MCP Server

.gitignore1.11 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # UV (Python package manager) uv.lock .uv-cache/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ # Documentation site/ # PyCharm .idea/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # poetry poetry.lock # Environments .env.local .env.development.local .env.test.local .env.production.local # MCP Server specific # Temporary PDF files temp_pdfs/ tmp/ # PDF cache (if we implement file-based caching) pdf_cache/ *.cache # Test PDFs (keep data/ for examples) test_pdfs/ sample_pdfs/ # Server logs server.log mcp-server.log # Configuration files with sensitive data config.json secrets.json .secrets

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/averagejoeslab/pdf-reader-mcp'

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