54
/ 100
1 month ago
glama

k8s-mcp-server

An MCP server that provides complete Kubernetes API operations, enabling cluster management, resource CRUD, diagnostics, backup/restore, and multi-cluster configuration via natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: MCP_JWT_SECRET, JWT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_ENV_FILE
configMCP_ENV_FILE_ENCODING
configMCP_DATA_DIR
configDATA_DIRe =/app/data \
configMCP_BACKUP_RETENTION_DAYS保留期:通过 配置(默认 90 天,按文件 mtime 计算),超期后在后续备份操作时自动清理;设为 0 可关闭清理
configMAX_POD_FILE_SIZE
configMCP_AUTH_ENABLED仅在 =true 时可见。
🔐 secretMCP_JWT_SECRETJWT 签名密钥(启用认证时必填)
🔐 secretJWT_SECRET
configMCP_JWT_ALGORITHMHS256 # JWT 算法
configMCP_JWT_AUDIENCE
configMCP_TOKEN_MAX_EXPIRY7776000 # Token 最大有效期(秒),默认 90 天
configMCP_ADMIN_API_PREFIX/admin # 管理 API 路由前缀
configMCP_BOOTSTRAP_ADMIN_JWT输出:=eyJhbGci...
configMCP_HEALTH_PATH
configLOG_LEVEL
configSSE_HOSTe =0.0.0.0 \
configSSE_PORT
configMCP_MESSAGE_PATH/message # SSE 消息 POST 端点
configMCP_SSE_PATH/sse # SSE 连接端点
configMCP_STREAMABLE_PATH/mcp # Streamable HTTP 单端点
configMCP_DEBUG
configMCP_LOG_LEVEL
configMCP_HOST
configMCP_PORT
configMCP_MOUNT_PATH
configMCP_JSON_RESPONSE
configMCP_STATELESS_HTTP
configMCP_WARN_DUPLICATE_RESOURCES
configMCP_WARN_DUPLICATE_TOOLS
configMCP_WARN_DUPLICATE_PROMPTS
configMCP_DEPENDENCIES
configTIMEZONE_OFFSET_HOURS
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/tobewont-k8s-mcp-server-1avz2y)](https://m8ven.ai/mcp/tobewont-k8s-mcp-server-1avz2y)
commit: 36e07084cf4e66acd7a40f869b84b514e17105b2
code hash: 697f9e8e8287e45ad8b43f44ad280f98896fff92d76c3d5bee93e723e53c50a3
verified: 6/21/2026, 10:17:18 AM
view raw JSON →