AgentHubAgentHub

K8s MCP Server (Go)

MCP ServerMCP Registry官方收录

io.github.kaneg/k8s-mcp-go · v0.4.4

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

概览

K8s MCP Server (Go) 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.kaneg/k8s-mcp-go",
  "type": "mcp-server",
  "version": "0.4.4",
  "displayName": "K8s MCP Server (Go)",
  "description": "Safe Kubernetes access for AI agents via MCP. Read-only by default, with explicit permission modes.",
  "repository": {
    "url": "https://github.com/kaneg/k8s-mcp-go",
    "source": "github"
  },
  "homepage": "https://github.com/kaneg/k8s-mcp-go",
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.4/k8s-mcp-go_0.4.4_darwin_amd64.mcpb",
        "runtimeHint": "darwin_amd64",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.4/k8s-mcp-go_0.4.4_darwin_arm64.mcpb",
        "runtimeHint": "darwin_arm64",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.4/k8s-mcp-go_0.4.4_linux_amd64.mcpb",
        "runtimeHint": "linux_amd64",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.4/k8s-mcp-go_0.4.4_linux_arm64.mcpb",
        "runtimeHint": "linux_arm64",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.4/k8s-mcp-go_0.4.4_windows_amd64.mcpb",
        "runtimeHint": "windows_amd64",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/kaneg/k8s-mcp-go/releases/download/v0.4.4/k8s-mcp-go_0.4.4_windows_arm64.mcpb",
        "runtimeHint": "windows_arm64",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kaneg/k8s-mcp-go",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kaneg%2Fk8s-mcp-go/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
K8s MCP Server (Go) — MCP Server 安装与配置 · AgentHub