Kube Lint MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 649 installs a week from pypi.
Validate Kubernetes manifests, Helm charts, Kustomize overlays, and FluxCD resources
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add kube-lint-mcp -- uvx kube-lint-mcp
{
"mcpServers": {
"kube-lint-mcp": {
"args": [
"kube-lint-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.kube-lint-mcp]
command = "uvx"
args = ["kube-lint-mcp"]
{
"mcpServers": {
"kube-lint-mcp": {
"args": [
"kube-lint-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"kube-lint-mcp": {
"args": [
"kube-lint-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.