Skip to main content
Glama

Multi Cluster Kubernetes MCP Server

by feibai406
  • Apple
  • Linux
Dockerfile439 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Ensure stdout/stderr are unbuffered ENV PYTHONUNBUFFERED=1 # Set working directory WORKDIR /app # Copy and install dependencies COPY requirements.txt . RUN pip install --upgrade pip && \ pip install --no-cache-dir -r requirements.txt # Copy source code COPY . . # Use python entrypoint ENTRYPOINT ["python3", "app.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/feibai406/k8s-multicluster-mcp'

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