# amitte/kubernetes-tools

> Read-only kubectl wrapper — list pods, describe deployments, fetch container logs, and read top-pod / top-node metrics over MCP.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/kubernetes-tools

## Tags

- **Capabilities:** pod-list, deployment-describe, log-fetch, metrics-top
- **Domains:** kubernetes, devops, observability

## Evaluation

- **Adversarial score:** 92/100
- **Content score:** 85/100

## Endpoints

- **service-backed** `kubernetes-tools` → https://mcp.amitte.com/v1/kubernetes-tools/sse — Remote MCP server fronting the Kubernetes API server in read mode via a registry-managed kubeconfig. Talks to Claude Desktop, Cursor, VS Code.
  - tool: `list_pods` — Read-only. List pods in a namespace; returns name, phase, node, restart count.
  - tool: `describe_deployment` — Read-only. Return the full Deployment object — replicas, strategy, conditions, current pod template.
  - tool: `get_pod_logs` — Read-only. Fetch container logs from a pod. Capped at 10000 lines per call.
  - tool: `top_pods` — Read-only. CPU + memory usage per pod via the metrics-server, sorted by CPU.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/kubernetes-tools" } }`
- Install via CLI: `amitte install amitte/kubernetes-tools`
- HTML page: https://amitte.com/s/amitte/kubernetes-tools

Last updated: 2026-06-08T17:02:50.955Z