Kubernetes MCP Server
@nearvitamin
关于 Kubernetes MCP Server
Model Context Protocol (MCP) server for Kubernetes and OpenShift containers, context, kubernetes, mcp, model, model-context-pr, openshift, protocol
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kubernetes-mcp-server-nearvitamin": {
"command": "npx",
"args": [
"kubernetes-mcp-server@latest",
"--help"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kubernetes MCP Server?
A Kubernetes Model Context Protocol (MCP) server implementation with support for OpenShift. It enables AI agents to interact with Kubernetes clusters by performing CRUD operations on any resource, pod-specific actions (list, get, delete, logs, run), and viewing events.
How to use Kubernetes MCP Server?
Install via npx or download the latest binary from GitHub. Configure it as an MCP server in your client (e.g., Claude Desktop or Goose CLI) by adding the command npx -y kubernetes-mcp-server@latest to the client’s config. Optionally use --sse-port to run in Server-Sent Event (SSE) mode.
Key features of Kubernetes MCP Server
- Automatically detects changes in Kubernetes configuration.
- Perform CRUD operations on any Kubernetes resource.
- Pod-specific operations: list, get, delete, logs, run.
- View Kubernetes events in all or specific namespaces.
- Supports both stdin/stdout and SSE transport modes.
- Works with local
.kube/configor in-cluster configuration.
Use cases of Kubernetes MCP Server
- AI-assisted troubleshooting and automatic fixing of failed deployments.
- Querying and modifying Kubernetes resources via natural language.
- Viewing pod logs and events for diagnosis without manual kubectl commands.
- Running container images in pods for testing or debugging.
FAQ from Kubernetes MCP Server
What operations does Kubernetes MCP Server support?
It supports CRUD (Create/Update, Get, List, Delete) on any Kubernetes resource, plus pod-specific actions like logs and run, and event viewing.
What are the runtime requirements?
Requires Node.js (to run via npx) or the platform-specific binary. A valid Kubernetes kubeconfig or in-cluster configuration is needed.
How does the server connect to a Kubernetes cluster?
It uses the default Kubernetes configuration from the local .kube/config file or in-cluster service account, detecting changes automatically.
What transport modes are available?
The server supports the default stdin/stdout MCP transport, and can be started in SSE mode using the --sse-port CLI option.
云与基础设施 分类下的更多 MCP 服务器
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
评论