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
fastapi>=0.104.0
# HTTP Client
httpx>=0.25.0
# Langchain and AI (install these first)
langchain>=0.1.0
langchain-core>=0.1.0
langchain-openai>=0.0.2
openai>=1.0.0
pydantic>=2.5.0
python-dotenv>=1.0.0
# Utilities
python-multipart>=0.0.6
uvicorn[standard]>=0.24.0