Serversio.github.NotHarshhaa/devops-mcp
M

io.github.NotHarshhaa/devops-mcp

io.github.NotHarshhaa/devops-mcp · v1.5.0
▦ npm
v1.5.0npm npm: @notharshhaa/devops-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.NotHarshhaa/devops-mcp",
  "description": "Unified MCP server for Kubernetes, ArgoCD, Prometheus, PagerDuty, and Loki",
  "repository": {
    "url": "https://github.com/NotHarshhaa/devops-mcp",
    "source": "github"
  },
  "version": "1.5.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@notharshhaa/devops-mcp",
      "version": "1.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to Kubernetes kubeconfig file",
          "format": "string",
          "name": "KUBECONFIG"
        },
        {
          "description": "Kubernetes context to use",
          "format": "string",
          "name": "K8S_CONTEXT"
        },
        {
          "description": "ArgoCD server URL",
          "format": "string",
          "name": "ARGOCD_SERVER"
        },
        {
          "description": "ArgoCD authentication token",
          "format": "string",
          "isSecret": true,
          "name": "ARGOCD_TOKEN"
        },
        {
          "description": "Prometheus server URL",
          "format": "string",
          "name": "PROMETHEUS_URL"
        },
        {
          "description": "Prometheus bearer token",
          "format": "string",
          "isSecret": true,
          "name": "PROMETHEUS_BEARER_TOKEN"
        },
        {
          "description": "PagerDuty API token",
          "format": "string",
          "isSecret": true,
          "name": "PAGERDUTY_TOKEN"
        },
        {
          "description": "Loki server URL",
          "format": "string",
          "name": "LOKI_URL"
        },
        {
          "description": "Loki authentication token",
          "format": "string",
          "isSecret": true,
          "name": "LOKI_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}