Kubernetes MCP Server
@MayukhSobo
关于 Kubernetes MCP Server
MCP server for all of your needs in k8s ☸️
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kubernetes MCP Server?
Kubernetes MCP Server is a backend system that provides an interactive and extensible interface for managing Kubernetes resources, retrieving and analyzing logs, and formatting logs for export through the Model Context Protocol (MCP). It enables developers to perform CRUD operations on core Kubernetes resources and search or export logs in multiple formats.
How to use Kubernetes MCP Server?
Clone the repository, build the binary with Go 1.24+ (requires a configured Kubernetes cluster and kubectl), then run ./k8s-mcp-server serve to start the MCP server. Use ./k8s-mcp-server --help to see available commands.
Key features of Kubernetes MCP Server
- CRUD operations on Pods, Services, Namespaces, Deployments, and more
- Log retrieval and pattern searching across pods
- Log export in Plaintext, JSON, CSV, and NDJSON formats
- Extensible architecture for future enhancements
- HTTP API endpoints for resource and log management
Use cases of Kubernetes MCP Server
- Interactively manage Kubernetes resources through an AI assistant or automation tool
- Quickly retrieve and search logs from specific pods for debugging
- Export cluster logs in structured formats for monitoring or analysis
FAQ from Kubernetes MCP Server
What are the system requirements?
Go 1.24+, a Kubernetes cluster, and kubectl configured with cluster access.
How do I install and run the server?
Clone the repository, run go build -o k8s-mcp-server, then start with ./k8s-mcp-server serve. See the README for detailed commands.
How can I interact with Kubernetes resources?
Use the HTTP API endpoints: POST /api/v1/resources/{resource_type} to create, GET to list or get details, and DELETE to remove resources.
What log export formats are supported?
Plaintext, JSON, CSV, and NDJSON.
云与基础设施 分类下的更多 MCP 服务器
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Supabase MCP Server
coleam00Supabase MCP server created in Python.
评论