DevOps MCP

devops-mcp is an open source Model Context Protocol server that gives AI agents (Claude, etc.) real-time read and write access to your infrastructure stack - all from a single install. Its 40 documented tools cover k8s, prom, argo, resource. It runs locally over stdio via the published package.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-01 · ★ 2 · #60 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install DevOps MCP

before you install - you'll need

Set ARGOCD_SERVER, ARGOCD_TOKEN, PROMETHEUS_URL, PAGERDUTY_TOKEN, LOKI_URL, LOKI_TOKEN, MCP_HTTP_HOST, MCP_ALLOWED_HOSTS before connecting. K8S_CONTEXT, K8S_ALLOWED_NAMESPACES, MCP_AUTH_TOKEN, MCP_REQUEST_STATE_SECRET are optional or environment-specific per the README.

Claude Code

claude mcp add notharshhaa-devops-mcp -- npx -y @notharshhaa/devops-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "notharshhaa-devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @notharshhaa/devops-mcp - published under the repo owner's npm scope (@notharshhaa)

registry namespace io.github.NotHarshhaa is GitHub-verified and matches the repo owner

03 · What DevOps MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list pods with status, restarts, node, age, compare current resource state vs last-applied-configuration, trigger rolling restart of a deployment or statefulset, and delete a named resource - requires direct or interactive confirmation.

Capability map

Tools grouped from the project's README - what DevOps MCP lets an agent do.

K8s

21 tools - e.g. List pods with status, restarts, node, age; Tail or stream logs from a pod container; Full describe for any resource type

k8s__list_pods · k8s__get_pod_logs · k8s__describe_resource · k8s__get_events · k8s__list_deployments · k8s__get_resource_usage…

Prom

10 tools - e.g. Instant PromQL query with label + value output; Range query with step, returns time-series data; All alert rules with state (firing / pending / inactive)

prom__query · prom__query_range · prom__list_alerts · prom__get_firing_alerts · prom__list_targets · prom__label_values…

Argo

8 tools - e.g. All apps with health, sync status, source repo; Full spec and status for one application; Live diff between git and cluster state

argo__list_apps · argo__get_app · argo__get_app_diff · argo__get_app_history · argo__get_resource_tree · argo__sync_app…

read & search

1 tool - e.g. safe, no side effects, no confirmation needed

Read

04 · Who maintains DevOps MCP

devops-mcp is maintained by notharshhaa. We track 2 MCP servers from notharshhaa - 1 actively maintained, 2 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
DevOps & monitoring - ranked #60 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
registry
io.github.NotHarshhaa/devops-mcp (active, first published 2026-05-04 · 6 versions)
packages
npm:@notharshhaa/devops-mcp

06 · DevOps MCP FAQ

Is DevOps MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-01. We re-verify nightly.

What can DevOps MCP do?

With this server connected, an agent can list pods with status, restarts, node, age, compare current resource state vs last-applied-configuration, trigger rolling restart of a deployment or statefulset, and delete a named resource - requires direct or interactive confirmation.

How do I install DevOps MCP?

Run `npx -y @notharshhaa/devops-mcp`. The README documents 12 environment variables (ARGOCD_SERVER, ARGOCD_TOKEN, PROMETHEUS_URL…) to set first. Set ARGOCD_SERVER, ARGOCD_TOKEN, PROMETHEUS_URL, PAGERDUTY_TOKEN, LOKI_URL, LOKI_TOKEN, MCP_HTTP_HOST, MCP_ALLOWED_HOSTS before connecting. K8S_CONTEXT, K8S_ALLOWED_NAMESPACES, MCP_AUTH_TOKEN, MCP_REQUEST_STATE_SECRET are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does DevOps MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to DevOps MCP