We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/faulkner-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core dependencies
pydantic>=2.0.0
redis>=5.0.0
psycopg2-binary>=2.9.0
# AI/ML dependencies (CPU-only)
sentence-transformers>=2.2.0
torch>=2.0.0
faiss-cpu>=1.12.0
# Graph analysis
networkx>=3.0
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
# MCP SDK (MCP 2025-11-25 compliant)
mcp>=1.21.0,<2.0.0
fastmcp>=2.0.0
anyio>=4.0.0,<5.0.0
httpx>=0.27.0