We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apecloud/mcp-k8s'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•224 B
"""K8s MCP Server.
A server for Anthropic's MCP (Model Control Protocol) that allows running
Kubernetes CLI tools such as kubectl, istioctl, helm, and argocd in a
safe, containerized environment.
"""
__version__ = "1.3.0"