Skip to content
Windsurf

devops mcp for Windsurf

io.github.notharshhaa/devops-mcp

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

client:Windsurf transport:stdio runtime:npm

Install devops mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ],
      "env": {
        "KUBECONFIG": "<KUBECONFIG>",
        "K8S_CONTEXT": "<K8S_CONTEXT>",
        "ARGOCD_SERVER": "<ARGOCD_SERVER>",
        "ARGOCD_TOKEN": "<ARGOCD_TOKEN>",
        "PROMETHEUS_URL": "<PROMETHEUS_URL>",
        "PROMETHEUS_BEARER_TOKEN": "<PROMETHEUS_BEARER_TOKEN>",
        "PAGERDUTY_TOKEN": "<PAGERDUTY_TOKEN>",
        "LOKI_URL": "<LOKI_URL>",
        "LOKI_TOKEN": "<LOKI_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

devops mcp in other clients