Skip to main content
Glama
pyproject.toml819 B
[build-system] requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "pdfrag" version = "1.0.0" description = "MCP server for RAG capabilities with PDF documents" readme = "README.md" requires-python = ">=3.8" license = {text = "MIT"} dependencies = [ "fastmcp>=0.1.0", "chromadb>=0.4.22", "sentence-transformers>=2.3.1", "pymupdf>=1.23.0", "nltk>=3.8.1", "pydantic>=2.5.0", "httpx>=0.26.0", "torch>=2.1.0" ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "ruff>=0.1.0" ] [project.scripts] pdfrag = "pdfrag.server:main" pdfrag-cli = "pdfrag.cli:main" [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"]

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/wesleygriffin/pdfrag'

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