@cyanheads/devops-status-mcp-server

devops-infra MCP Server

Check vendor status pages, inspect SSL/TLS certificates, verify DNS propagation, and get incident-response playbooks via MCP. STDIO or Streamable HTTP.

VerifiedInstall Ready
devops-infradevops-infra
4 views1 stars0 forksv0.2.5Apache-2.0

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 2mo ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
1
Last synced
2mo ago
Install
Instructions detected

Install

1. Install the package

bunx @cyanheads/devops-status-mcp-server@latest

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-cyanheads-devops-status-mcp-server": {
      "command": "npx",
      "args": [
        "@cyanheads/devops-status-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

33
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (33)

Tool

Description

cloud

digitalocean, linode

Resource

`devops-status://vendors/{name}`

MCP_LOG_LEVEL

Log level (RFC 5424).

devops_list_vendors

List vendors in the built-in registry, optionally filtered by name or category. Returns slug, display name, category, and Statuspage base URL.

cdn-edge

cloudflare, akamai

devops_watch_stack

Check the health of a named vendor stack persisted in session state. Pass `vendors` once to save the list; subsequent calls reuse it. Returns an aggregate health rollup plus per-vendor detail.

comms

slack, discord, twilio, sendgrid, mailgun, hubspot, brevo, courier, loops

DEVOPS_STATUS_CERT_TIMEOUT_MS

Per-domain TLS handshake timeout for `devops_check_certs` in milliseconds.

devops_suggest_action

Instruction tool — returns a tailored incident-response playbook and pre-filled follow-up tool calls given a vendor name and optional incident context. No external calls; fully deterministic.

ai

openai, anthropic, elevenlabs, pinecone, cohere

MCP_HTTP_PORT

Port for HTTP server.

devops_check_certs

Inspect SSL/TLS certificate health for one or more domains via a real TLS handshake. Reports expiry, chain depth, protocol version, cipher suite, and HSTS presence. Pure TypeScript — no external API.

auth

auth0, clerk, workos

DEVOPS_STATUS_DNS_TIMEOUT_MS

Per-query DNS timeout for `devops_check_dns` in milliseconds.

Category

Vendors

Type

Name

MCP_AUTH_MODE

Auth mode: `none`, `jwt`, or `oauth`.

devops_get_incidents

Fetch incident history for a vendor — active, resolved, or scheduled maintenance. Returns the full incident timeline with per-update bodies and affected components.

data

mongodb-atlas, planetscale, supabase, neon, redis-cloud, elastic, influxdb, upstash, cloudinary, segment

DEVOPS_STATUS_FETCH_TIMEOUT_MS

Per-request timeout for Statuspage API calls in milliseconds.

Path

Purpose

devops_check_dns

Resolve DNS records and verify propagation for one or more domains across Google (8.8.8.8), Cloudflare (1.1.1.1), and Quad9 (9.9.9.9). Reports per-resolver latency and resolver discrepancies. Pure TypeScript — no external API.

monitoring

datadog, sentry, new-relic, grafana-cloud, honeycomb

MCP_TRANSPORT_TYPE

Transport: `stdio` or `http`.

devops_status_check

Check the current health status for one or more vendors. Returns per-vendor indicator (`none` / `minor` / `major` / `critical`), degraded components, and active incident summaries.

dev-platform

github, npm, vercel, netlify, render, fly-io, circleci, travis-ci, snyk, atlassian, figma, launchdarkly

DEVOPS_STATUS_CACHE_TTL_MS

In-memory cache TTL for Statuspage reads in milliseconds.

OTEL_ENABLED

Enable [OpenTelemetry instrumentation](https://github.com/cyanheads/mcp-ts-core/tree/main/docs/telemetry).

Variable

Description

LOGS_DIR

Directory for log files (Node.js only).

DEVOPS_STATUS_DISABLE_ACTIVE_PROBES

When `true`, omits the arbitrary-target probe tools (`devops_check_dns`, `devops_check_certs`) from the registered tool surface; the five vendor-registry/incident tools remain. For shared/public multi-tenant instances.

DEVOPS_STATUS_ALLOW_PRIVATE_TARGETS

When `true`, disables SSRF guards for user-supplied URLs and domains. For trusted local/intranet deployments only.