Skip to main content
Glama

MCP Kubernetes Server

by abhijeetka
Dockerfile441 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.12-alpine # set working directory WORKDIR /app # Install build dependencies RUN apk add --no-cache gcc musl-dev linux-headers # Copy project files COPY . /app # Install pip dependencies RUN pip install --upgrade pip && \ pip install . # Expose port if necessary (not specified) # Start the MCP server CMD ["python", "kubernetes.py"]

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/abhijeetka/mcp-k8s-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server