Skip to content
Zed

devops mcp for Zed

io.github.notharshhaa/devops-mcp

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

client:Zed transport:stdio runtime:npm

Install devops mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

devops mcp in other clients