MCP.so
登录

Mcp K8s Go

@strowk

关于 Mcp K8s Go

MCP server connecting to Kubernetes

基本信息

分类

云与基础设施

许可证

MIT

运行时

go

传输方式

stdio

发布者

strowk

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-k8s-go": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "npx",
        "@strowk/mcp-k8s"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp K8s Go?

Mcp K8s Go is a Golang-based MCP (Model Context Protocol) server that connects to Kubernetes clusters. It enables AI assistants like Claude to list, get, create, and modify Kubernetes resources, as well as run commands in pods and fetch logs.

How to use Mcp K8s Go?

Mcp K8s Go can be installed via Smithery, mcp-get, npm (@strowk/mcp-k8s), pre-built binaries from GitHub releases, building from source with Golang, or using Docker. Configure it in Claude Desktop by adding an entry to claude_desktop_config.json with the appropriate command and arguments. Environment variable KUBECONFIG sets the path to your Kubernetes config (default ~/.kube/config). Command-line options include --allowed-contexts to restrict contexts, --readonly to disable write tools, and --mask-secrets (default true).

Key features of Mcp K8s Go

  • List Kubernetes contexts and namespaces
  • List, get, create, and modify Kubernetes resources (pods, services, deployments, etc.)
  • List Kubernetes nodes and get events
  • Get pod logs and run commands inside pods
  • Mask secrets in output by default

Use cases of Mcp K8s Go

  • AI-assisted Kubernetes resource management (create, update, delete)
  • Debugging by inspecting pod logs and running commands
  • Monitoring cluster events and node status
  • Controlled read‑only access for audit or security scenarios

FAQ from Mcp K8s Go

What does Mcp K8s Go do?

It is an MCP server that provides tools and resources for interacting with Kubernetes clusters, enabling AI assistants to manage resources, fetch logs, and run commands.

How can I install Mcp K8s Go?

Install via Smithery (npx -y @smithery/cli install @strowk/mcp-k8s), mcp-get, npm (npm install -g @strowk/mcp-k8s), download a pre‑built binary from GitHub releases, build from source with Go, or use Docker (docker run ... mcpk8s/server:latest).

What environment variables and options does Mcp K8s Go support?

Supports KUBECONFIG for kubeconfig path, --allowed-contexts to restrict contexts, --readonly to disable write tools, --mask-secrets (default true) to mask secrets, --help, and --version.

Does Mcp K8s Go support running in read‑only mode?

Yes. Use the --readonly flag to disable any tool that can write changes to the cluster.

What are the prerequisites for running Mcp K8s Go?

A valid Kubernetes configuration (kubeconfig) is required. For installation, you need Node.js (for npm/Smithery/mcp-get), Golang (if building from source), or Docker (if using the container image).

评论

云与基础设施 分类下的更多 MCP 服务器