# Kube Mcp

> k8s mcp servers

- **Type:** MCP server
- **Install:** `agentstack add mcp-orvice-kube-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [orvice](https://agentstack.voostack.com/s/orvice)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [orvice](https://github.com/orvice)
- **Source:** https://github.com/orvice/kube-mcp

## Install

```sh
agentstack add mcp-orvice-kube-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# kube-mcp

## Overview

kube-mcp is a Kubernetes MCP server that provides a set of tools for managing and interacting with Kubernetes clusters.

## Supported Commands

The following tool commands are supported by kube-mcp:

| Command | Description |
|---------|-------------|
| `k8s_list_pods` | List pods in the specified namespace |
| `k8s_list_deployments` | List deployments in the specified namespace |
| `k8s_list_ingresses` | List ingresses in the specified namespace |
| `k8s_list_namespaces` | List all namespaces in the cluster |
| `k8s_list_statefulsets` | List StatefulSets in the specified namespace |

## Install

```bash
go install github.com/orvice/kube-mcp/cmd/kubemcp@latest
```

## Usage

```json
{
  "mcpServers": {
    "kube-mcp": {
      "command": "kubemcp",
      "args": [],
      "env": {
        "KUBECONFIG": "~/.kube/.kubeconfig"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [orvice](https://github.com/orvice)
- **Source:** [orvice/kube-mcp](https://github.com/orvice/kube-mcp)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-orvice-kube-mcp
- Seller: https://agentstack.voostack.com/s/orvice
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
