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
# Core MCP SDK
mcp>=1.2.0
# Vector Database
chromadb>=0.4.22
# Embeddings
sentence-transformers>=2.3.1
torch>=2.1.0
# PDF Processing
PyMuPDF>=1.23.0
# NLP
nltk>=3.8.1
# Data Validation
pydantic>=2.5.0
# Async HTTP (for potential future enhancements)
httpx>=0.26.0