Skip to content
Cursor

mcp kubernetes for Cursor

io.github.dockndevai/mcp-kubernetes

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

client:Cursor transport:stdio runtime:npm

Install mcp kubernetes in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-kubernetes": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-kubernetes"
      ],
      "env": {
        "KUBECONFIG_PATH": "<KUBECONFIG_PATH>",
        "K8S_MODE": "<K8S_MODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp kubernetes in other clients