mcp-server

nishank841/mcp-server
★ 0 stars Python ⚙️ DevOps Updated 1d ago
Kubernetes MCP Server — HTTP/SSE transport, runs as a K8s pod
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

MCP (Model Context Protocol) server that runs as a Kubernetes pod and exposes cluster management tools over HTTP/SSE. This repo contains **only the application code and Docker build**. All Kubernetes resources (namespace, serviceaccount, RBAC, service) live in the [kube-helm](https://github.com/nishank841/kube-helm) repo.

Tools (12)

DOCKERHUB_TOKENDOCKERHUB_USERNAMEKUBECONFIGapply_manifestget_deployment_statusget_ingressget_load_balancer_urlget_namespacesget_podsget_servicesmcpServersprovision_app_infrastructure