mcpbeat Sign in

Devops MCP Server

local only

Devops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 1 Aug 2026.

Unified MCP server for Kubernetes, ArgoCD, Prometheus, PagerDuty, and Loki

Installs per day peak 31 · avg 15 · +73% w/w
a month agotoday
57
Installs / week
npm · @notharshhaa/devops-mcp
3
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Devops MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add devops-mcp -- npx -y @notharshhaa/devops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "devops-mcp": {
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.devops-mcp]
command = "npx"
args = ["-y", "@notharshhaa/devops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "devops-mcp": {
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "devops-mcp": {
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KUBECONFIG (Path to Kubernetes kubeconfig file), K8S_CONTEXT (Kubernetes context to use), ARGOCD_SERVER (ArgoCD server URL), ARGOCD_TOKEN (ArgoCD authentication token), PROMETHEUS_URL (Prometheus server URL), PROMETHEUS_BEARER_TOKEN (Prometheus bearer token), PAGERDUTY_TOKEN (PagerDuty API token), LOKI_URL (Loki server URL), LOKI_TOKEN (Loki authentication token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Devops MCP

same job, measured the same way
Kubernetes MCP Server
by containers

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

6 636 installs/wk local only
MimiOps mcp server for Kubernetes
by sergelogvinov

MimiOps is an opinionated MCP server for Kubernetes

local only
OpenShift MCP Server
by sanjaypsachdev

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

45 installs/wk local only
MCP K8s Ro
by your-ko

Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.

local only
Kubeleash
by kubeleash

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

local only
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only
Rancher MCP
by rex

Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.

134 installs/wk local only
K8s Port Forward MCP
by oijusti

Kubernetes Port Forward — MCP Server: port-forward Kubernetes services with terminal integration

33 installs/wk local only

Devops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Devops MCP?
Devops MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @notharshhaa/devops-mcp was installed 57 times last week.
How do I connect Devops MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @notharshhaa/devops-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Devops MCP?
The npm package @notharshhaa/devops-mcp was installed 57 times in the last week. Week over week that is +73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Devops MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.