Read-only MCP server enabling code-driven AI analysis of Kubernetes clusters
Read-only MCP server enabling code-driven AI analysis of Kubernetes clusters. That is what the kubeview mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Add to your mcpServers config (Cursor, Claude Desktop, etc.):
The server publishes 6 tools. What each one is for:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverKubernetes — The Kubernetes tool exposed by this serverHelm — The Helm tool exposed by this serverArgo — The Argo tool exposed by this serverUtilities — The Utilities tool exposed by this serverBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: MCP_MODE, MCP_HTTP_HOST, MCP_HTTP_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
$PATH: helm (fallback only), argo, argocdAmong the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Kubeview MCP's toolset — Prerequisites, Installation, Kubernetes and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mikhae1; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Kubeview MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Kubernetes | The Kubernetes tool exposed by this server. |
| Helm | The Helm tool exposed by this server. |
| Argo | The Argo tool exposed by this server. |
| Utilities | The Utilities tool exposed by this server. |
{
"mcpServers": {
"kubeview": {
"command": "npx",
"args": ["-y", "kubeview-mcp"],
"env": {
"MCP_MODE": "your-value",
"MCP_HTTP_HOST": "your-value",
"MCP_HTTP_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
$PATH: helm (fallback only), argo, argocd| Variable | Description | Required |
|---|---|---|
| MCP_MODE | Configuration value read at startup. | Optional |
| MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
| MCP_HTTP_PATH | Filesystem location the server is allowed to use. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.