We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saxyguy81/mcp-keap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core Dependencies - Essential for MCP server
httpx[http2]>=0.25.0 # HTTP/2 support enabled
python-dotenv>=1.0.0
fastmcp>=0.2.0
python-dateutil>=2.8.2
pydantic>=2.0.0
# Testing Dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
# Development Dependencies
ruff>=0.1.0
# Optional system monitoring (for diagnostics)
psutil>=5.9.0