kubeview
Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.
Package Details
kubeview-mcp
Environment Variables
Path to kubeconfig file; defaults to ~/.kube/config if unset.
Transport mode: 'stdio' (default) or 'http'. The published package metadata still targets stdio by default.
Server mode: 'all' (default), 'code', or 'tools'. Controls which features are enabled.
Logging level: 'error', 'warn', 'info' (default), or 'debug'.
Kubernetes context name to use. If unset, uses the current context from kubeconfig.
Skip TLS certificate verification for Kubernetes API (use 'true' or '1'). Not recommended for production.
Enable global sensitive data masking. Set to 'true' or '1' to mask sensitive values in responses.
Default timeout in milliseconds for operations. If unset, uses plugin-specific defaults.
HTTP bind host when MCP_TRANSPORT=http. Defaults to 127.0.0.1.
HTTP port when MCP_TRANSPORT=http. Defaults to 3000.
HTTP endpoint path when MCP_TRANSPORT=http. Defaults to /mcp.
Disable session IDs in HTTP mode. Set to 'true' or '1' for stateless request handling.
Prefer JSON responses over SSE in HTTP mode. Set to 'true' or '1' to enable.
Comma-separated Host allowlist for HTTP mode. Required when binding to 0.0.0.0 or ::.
Comma-separated Origin allowlist for HTTP mode.
Disable Kubernetes plugin. Set to 'true' or '1' to disable.
Disable Helm plugin. Set to 'true' or '1' to disable.
Disable Argo Workflows plugin. Set to 'true' or '1' to disable.
Disable Argo CD plugin. Set to 'true' or '1' to disable.