We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seanshin0214/gpt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# GPT MCP Server Dependencies
# ============================
# 설계: Kevin Zhang (DevOps Lead)
# Core Framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# Async I/O
aiofiles>=23.2.0
# Configuration
pyyaml>=6.0.1
python-dotenv>=1.0.0
# Data Validation
pydantic>=2.5.0
# Utilities
httpx>=0.25.0 # For testing
# Development (optional)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0