We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zongmin-yu/semantic-scholar-fastmcp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# HTTP client
httpx>=0.24.0
# Testing
pytest>=7.3.1
pytest-asyncio>=0.21.0
# Environment
python-dotenv>=1.0.0
# Server dependencies
# Pin fastmcp<3 for stability (recommended by fastmcp docs)
# Use uvicorn with websockets disabled to avoid deprecation warnings
fastmcp>=2.0.0,<3.0.0
fastapi>=0.115.0
uvicorn>=0.32.0