← Back to Plugins
MCP Server MCP

K8s MCP Server (Go)

github By github 👁 1 views ▲ 0 votes

Safe Kubernetes access for AI agents via MCP. Read-only by default, with explicit permission modes.

Homepage Verified source GitHub

Install

mcpb:https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_darwin_amd64.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_darwin_amd64.mcpb",
      "fileSha256": "8fd352f523b6ce48b7d50c008be70093b007d5adff3c453bbc17fa8c5511ed78",
      "runtimeHint": "darwin_amd64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_darwin_arm64.mcpb",
      "fileSha256": "948244c0d7026a5a509001badd2a84460a81f52c84f58a448fd7a6d8aa914232",
      "runtimeHint": "darwin_arm64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_linux_amd64.mcpb",
      "fileSha256": "1eb693a04ce78976b14dd26fb016fa0686a30cf60b572164006981e6fd47f422",
      "runtimeHint": "linux_amd64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_linux_arm64.mcpb",
      "fileSha256": "dc4173b2ac8a228b6bc8bced931d26208e56dc9c4b4ee9ac758e274de949c5d1",
      "runtimeHint": "linux_arm64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_windows_amd64.mcpb",
      "fileSha256": "1f0b9b1f47d4da8fee5cb343bd0aa5d730336bb7531ebc405c3200ebc1a5f2ef",
      "runtimeHint": "windows_amd64",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.6/k8s-mcp-go_0.4.6_windows_arm64.mcpb",
      "fileSha256": "0962c2a3d8386eec07a74f52e22f69b73d3e2aece28e1be950917c8c7fb3ad94",
      "runtimeHint": "windows_arm64",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...