Skip to content
Cursor

devops mcp for Cursor

io.github.notharshhaa/devops-mcp

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

client:Cursor transport:stdio runtime:npm

Install devops mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "devops-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

devops mcp in other clients