Skip to main content
Glama

PDF Knowledgebase MCP Server

by juanqui
.dockerignore1.66 kB
# Docker ignore file for pdfkb-mcp # Optimize build context and exclude unnecessary files # Git and version control .git/ .gitignore .gitattributes # Python bytecode and cache __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # Environments .env .env.local .env.dev .env.prod .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Documentation build docs/_build/ docs/build/ site/ # Temporary files tmp/ temp/ *.tmp *.temp # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Application-specific directories documents/ pdfs/ cache/ dev-cache/ dev-logs/ .cache/ # Test data test-data/ test-documents/ test-pdfs/ # Development and build artifacts node_modules/ .npm .yarn/ .pnp.* # Docker-related files (don't copy into image) Dockerfile* docker-compose*.yml .dockerignore build-docker.sh # CI/CD .github/ .travis.yml .circleci/ .gitlab-ci.yml # Local configuration files config.local.* *.local # Backup files *.bak *.backup *~ # OS-specific files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Large data files *.pdf *.large *.dump # Development tools .mypy_cache/ .dmypy.json dmypy.json

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/juanqui/pdfkb-mcp'

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