# Core MCP Server dependencies
fastmcp>=2.0.0
# Kubernetes client
kubernetes>=28.0.0
# Validation and type checking
pydantic>=2.0.0
# YAML processing (for dry_run cluster definitions)
pyyaml>=6.0.0
# Async support (usually included with Python 3.7+, but explicit for clarity)
asyncio
# ============================================================================
# Optional: HTTP/SSE Transport (uncomment when using HTTP mode)
# ============================================================================
# FastMCP includes HTTP/SSE support, but you may need additional dependencies:
# uvicorn>=0.27.0 # ASGI server for production HTTP deployment
# python-multipart>=0.0.6 # For file uploads if needed
#
# Note: FastMCP handles SSE transport internally, no need for mcp[sse] or starlette
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/helxplatform/cnpg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server