We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/manojk0303/lemon-email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•281 B
# Requirements for ChatGPT App Store MCP Server
# Core MCP dependencies
mcp>=1.0.0
# HTTP server
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# HTTP client for Lemon API
httpx>=0.25.0
# Data validation
pydantic>=2.0.0
# Optional: for testing
pytest>=7.0.0
pytest-asyncio>=0.21.0