We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmhron/FastMailMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•204 B
# FastMail MCP Server Dependencies
# MCP SDK
mcp>=1.0.0
# HTTP client for JMAP API
httpx>=0.24.0
# Optional: For development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
isort>=5.12.0