Rancher MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 134 installs a week from pypi. Last commit 14 Sep 2026.
Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return subprocess.run( # noqa: S603
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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 rancher-mcp -- uvx rancher-mcp
{
"mcpServers": {
"rancher-mcp": {
"args": [
"rancher-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.rancher-mcp]
command = "uvx"
args = ["rancher-mcp"]
{
"mcpServers": {
"rancher-mcp": {
"args": [
"rancher-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rancher-mcp": {
"args": [
"rancher-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
RANCHER_URL (Rancher server URL (single-instance mode)), RANCHER_TOKEN (Rancher API token (token-xxxxx:yyyyyyyyy)), RANCHER_VERIFY_SSL (Verify TLS certificates (default true)), RANCHER_INSTANCES_JSON (Multi-instance config JSON (overrides single-instance mode; supports per-instance read_only)).
The author declared them in the registry entry; get the values from the project itself.
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.
SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)
OpenShift/Kubernetes cluster management via the oc CLI for MCP clients
Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.
MimiOps is an opinionated MCP server for Kubernetes
Answers built from our own checks of this server.