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
# 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
# ============================================================================
# HTTP/SSE Transport Dependencies
# ============================================================================
# ASGI server for production HTTP deployment
uvicorn[standard]>=0.27.0
# ASGI framework (required for middleware)
starlette>=0.35.0
# HTTP client for OIDC/JWKS fetching
httpx>=0.25.0
# ============================================================================
# OIDC/OAuth2 Authentication Dependencies
# ============================================================================
# OAuth2/OIDC library with JWT support
authlib>=1.3.0
# Cryptography for JWT verification
cryptography>=41.0.0
requests
python-dotenv