Kubernetes MCP
查询集群资源、Pod 状态与日志,用自然语言运维 K8s。
社区·↓ 780 次安装·1 个月前
安装命令
终端
npx -y mcp-server-kubernetes在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"-y",
"mcp-server-kubernetes"
]
}
}
}