We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaducku/mcp-mempool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•355 B
# MCP 서버 핵심 의존성 - Claude 호환성을 위한 표준 MCP 라이브러리
mcp>=0.3.0
fastmcp>=1.0.0
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# WebSocket 관련
websockets>=11.0.0,<12.0.0
aiohttp>=3.9.0
# 데이터 모델링 및 검증
pydantic>=2.0.0
# 로깅 및 모니터링
structlog>=23.0.0
# 재시도 및 복원력
tenacity>=8.2.0