io.github.mikhae1/kubeview✓
io.github.mikhae1/kubeview · v1.8.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mikhae1/kubeview",
"description": "Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.",
"repository": {
"url": "https://github.com/mikhae1/kubeview-mcp",
"source": "github"
},
"version": "1.8.0",
"websiteUrl": "https://github.com/mikhae1/kubeview-mcp",
"packages": [
{
"registryType": "npm",
"identifier": "kubeview-mcp",
"version": "1.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to kubeconfig file; defaults to ~/.kube/config if unset.",
"format": "filepath",
"name": "KUBECONFIG"
},
{
"description": "Transport mode: 'stdio' (default) or 'http'. The published package metadata still targets stdio by default.",
"format": "string",
"name": "MCP_TRANSPORT"
},
{
"description": "Server mode: 'all' (default), 'code', or 'tools'. Controls which features are enabled.",
"format": "string",
"name": "MCP_MODE"
},
{
"description": "Logging level: 'error', 'warn', 'info' (default), or 'debug'.",
"format": "string",
"name": "MCP_LOG_LEVEL"
},
{
"description": "Kubernetes context name to use. If unset, uses the current context from kubeconfig.",
"format": "string",
"name": "MCP_KUBE_CONTEXT"
},
{
"description": "Skip TLS certificate verification for Kubernetes API (use 'true' or '1'). Not recommended for production.",
"format": "string",
"name": "MCP_K8S_SKIP_TLS_VERIFY"
},
{
"description": "Enable global sensitive data masking. Set to 'true' or '1' to mask sensitive values in responses.",
"format": "string",
"name": "MCP_HIDE_SENSITIVE"
},
{
"description": "Default timeout in milliseconds for operations. If unset, uses plugin-specific defaults.",
"format": "string",
"name": "MCP_TIMEOUT"
},
{
"description": "HTTP bind host when MCP_TRANSPORT=http. Defaults to 127.0.0.1.",
"format": "string",
"name": "MCP_HTTP_HOST"
},
{
"description": "HTTP port when MCP_TRANSPORT=http. Defaults to 3000.",
"format": "string",
"name": "MCP_HTTP_PORT"
},
{
"description": "HTTP endpoint path when MCP_TRANSPORT=http. Defaults to /mcp.",
"format": "string",
"name": "MCP_HTTP_PATH"
},
{
"description": "Disable session IDs in HTTP mode. Set to 'true' or '1' for stateless request handling.",
"format": "string",
"name": "MCP_HTTP_STATELESS"
},
{
"description": "Prefer JSON responses over SSE in HTTP mode. Set to 'true' or '1' to enable.",
"format": "string",
"name": "MCP_HTTP_JSON_RESPONSE"
},
{
"description": "Comma-separated Host allowlist for HTTP mode. Required when binding to 0.0.0.0 or ::.",
"format": "string",
"name": "MCP_ALLOWED_HOSTS"
},
{
"description": "Comma-separated Origin allowlist for HTTP mode.",
"format": "string",
"name": "MCP_ALLOWED_ORIGINS"
},
{
"description": "Disable Kubernetes plugin. Set to 'true' or '1' to disable.",
"format": "string",
"name": "MCP_DISABLE_KUBERNETES_PLUGIN"
},
{
"description": "Disable Helm plugin. Set to 'true' or '1' to disable.",
"format": "string",
"name": "MCP_DISABLE_HELM_PLUGIN"
},
{
"description": "Disable Argo Workflows plugin. Set to 'true' or '1' to disable.",
"format": "string",
"name": "MCP_DISABLE_ARGO_PLUGIN"
},
{
"description": "Disable Argo CD plugin. Set to 'true' or '1' to disable.",
"format": "string",
"name": "MCP_DISABLE_ARGOCD_PLUGIN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}