We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/irev/mcp-readpdfx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# OCR PDF MCP Server v1.0.0 - .gitignore
# Generated on 2025-11-02
# development and test files
backup
pdf-test/
# 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
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
Pipfile.lock
# poetry
poetry.lock
# pdm
.pdm.toml
# PEP 582
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
.idea/
# VS Code
.vscode/
*.code-workspace
# Sublime Text
*.sublime-project
*.sublime-workspace
# Atom
.atom/
# Vim
*.swp
*.swo
*~
# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.tmp
*.temp
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*
# OCR PDF MCP Server Specific
# Development and test files
test_results.json
demo_results.json
debug_*.py
test_*.py
quick_test.py
demo_final.py
run_server.py
cleanup_production.py
# Generated reports and logs
TEST_REPORT.md
HASIL_TEST_FINAL.md
*.log
*.out
*.err
# Temporary OCR processing files
temp_images/
processed_pdfs/
ocr_cache/
# Configuration overrides (keep template)
.env.local
.env.production
.env.development
config_local.py
# Client-specific configs (generated by installer)
mcp_config.json
claude_desktop_config.json
cline_mcp_settings.json
# Large test files (keep small samples only)
*.pdf
!pdf-test/*.pdf
large_pdfs/
test_documents/
# Performance profiling
*.prof
profile_results/
# Security sensitive files
secrets.json
credentials.json
tokens.txt
api_keys.env
# Backup files
*.bak
*.backup
*.old
*_backup.*
# Compressed files
*.zip
*.tar.gz
*.rar
*.7z
# Database files
*.db
*.sqlite
*.sqlite3
# Node.js (if any JS tooling is added)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Docker
.dockerignore
Dockerfile.dev
docker-compose.override.yml
# Kubernetes
*.yaml.local
*.yml.local
k8s-local/
# Local development overrides
local_settings.py
local_config.json
# IDE specific
.fleet/
.idea/
*.iml
# JetBrains
.idea/
*.iws
*.iml
*.ipr
# NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
# Eclipse
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# Generated documentation
/docs/build/
/docs/source/_build/
# Temporary directories
tmp/
temp/
.tmp/
# OS generated files
.directory
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Custom patterns for this project
PRODUCTION_MANIFEST.md