Kubernetics
БесплатноНе проверенEnables Kubernetes cluster introspection via MCP tools, such as listing pods, namespaces, nodes, and events.
Описание
Enables Kubernetes cluster introspection via MCP tools, such as listing pods, namespaces, nodes, and events.
README
A Model Context Protocol (MCP) server that provides Kubernetes cluster introspection tools. It exposes various helper functions like listing pods, namespaces, node details, and more via MCP tools.
Features
- List all pods in all namespaces
- List pods by namespace
- List all namespaces
- Describe a specific pod
- Get sorted events from a namespace
- Get node resource usage (CPU, Memory)
- Get node taints and labels
Installation
Clone the repository:
git clone <repository-url> cd mcp-kuberneticsInstall dependencies:
npm installBuild the project:
npm run buildThis will generate a
buildfolder containingindex.js.
Usage
Running with Claude AI
- Open Claude desktop app.
- Go to Settings.
- Click on Developers.
- Click on Edit Config.
- This opens
claude_desktop_config.json. Add the full path to theindex.jsfile inside theargsarray as shown below. - Save the file.
- Now you can ask questions related to your Kubernetes cluster like: "What are the pods in my cluster?"
Example claude_desktop_config.json snippet
Replace <FULL PATH OF BUILD> with the absolute path to your built index.js file.
{
"mcpServers": {
"kubernetics-mcp-server": {
"command": "node",
"args": ["<FULL PATH OF BUILD>/kubernetics-server/build/index.js"]
}
}
}
Available Tools
- get-kubernetics-namespaces: Returns a list of namespaces in the cluster.
- get-kubernetics-pods-detail-by-namespace: Returns pod details filtered by namespace.
- get-kubernetics-all-pods-detail: Returns all pod details from the cluster.
- describe-kubernetics-pod: Describe a specific pod by name and namespace.
- get-kubernetics-events: Get sorted events from a namespace.
- get-kubernetics-top-nodes: Get CPU and memory usage for nodes.
- get-kubernetics-node-details: Get Kubernetes node taints and labels.
Contributing
Contributions are welcome! Please open issues or pull requests.
License
MIT License
Установка Kubernetics
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ddjain/kubernetics-mcp-serverFAQ
Kubernetics MCP бесплатный?
Да, Kubernetics MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kubernetics?
Нет, Kubernetics работает без API-ключей и переменных окружения.
Kubernetics — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kubernetics в Claude Desktop, Claude Code или Cursor?
Открой Kubernetics на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Kubernetics with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
