We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core FastAPI and Web Framework
# HTTP Client
# Langchain and AI (install these first)
# Utilities
fastapi>=0.129.0
httpx>=0.28.1
langchain>=1.2.10
langchain-core>=1.2.13
langchain-openai>=1.1.10
openai>=2.21.0
pydantic>=2.12.5
python-dotenv>=1.2.1
python-multipart>=0.0.22
uvicorn[standard]>=0.41.0