← Index

io.github.NotHarshhaa/devops-mcp

io.github.NotHarshhaa/devops-mcp·v1.0.1·Kubernetes
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ],
      "env": {
        "KUBECONFIG": "<kubeconfig>",
        "K8S_CONTEXT": "<k8s_context>",
        "ARGOCD_SERVER": "<argocd_server>",
        "ARGOCD_TOKEN": "<your-argocd_token>",
        "PROMETHEUS_URL": "<prometheus_url>",
        "PROMETHEUS_BEARER_TOKEN": "<your-prometheus_bearer_token>",
        "PAGERDUTY_TOKEN": "<your-pagerduty_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "devops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@notharshhaa/devops-mcp"
      ],
      "env": {
        "KUBECONFIG": "<kubeconfig>",
        "K8S_CONTEXT": "<k8s_context>",
        "ARGOCD_SERVER": "<argocd_server>",
        "ARGOCD_TOKEN": "<your-argocd_token>",
        "PROMETHEUS_URL": "<prometheus_url>",
        "PROMETHEUS_BEARER_TOKEN": "<your-prometheus_bearer_token>",
        "PAGERDUTY_TOKEN": "<your-pagerduty_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @notharshhaa/devops-mcp
§02  Environment variables
KUBECONFIG

Path to Kubernetes kubeconfig file

K8S_CONTEXT

Kubernetes context to use

ARGOCD_SERVER

ArgoCD server URL

ARGOCD_TOKEN
secret

ArgoCD authentication token

PROMETHEUS_URL

Prometheus server URL

PROMETHEUS_BEARER_TOKEN
secret

Prometheus bearer token

PAGERDUTY_TOKEN
secret

PagerDuty API token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Kubernetes