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.
Discovered via github-topic:model-context-protocol and last synced 2mo ago.
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)
Description
digitalocean, linode
`devops-status://vendors/{name}`
Log level (RFC 5424).
List vendors in the built-in registry, optionally filtered by name or category. Returns slug, display name, category, and Statuspage base URL.
cloudflare, akamai
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.
slack, discord, twilio, sendgrid, mailgun, hubspot, brevo, courier, loops
Per-domain TLS handshake timeout for `devops_check_certs` in milliseconds.
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.
openai, anthropic, elevenlabs, pinecone, cohere
Port for HTTP server.
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.
auth0, clerk, workos
Per-query DNS timeout for `devops_check_dns` in milliseconds.
Vendors
Name
Auth mode: `none`, `jwt`, or `oauth`.
Fetch incident history for a vendor — active, resolved, or scheduled maintenance. Returns the full incident timeline with per-update bodies and affected components.
mongodb-atlas, planetscale, supabase, neon, redis-cloud, elastic, influxdb, upstash, cloudinary, segment
Per-request timeout for Statuspage API calls in milliseconds.
Purpose
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.
datadog, sentry, new-relic, grafana-cloud, honeycomb
Transport: `stdio` or `http`.
Check the current health status for one or more vendors. Returns per-vendor indicator (`none` / `minor` / `major` / `critical`), degraded components, and active incident summaries.
github, npm, vercel, netlify, render, fly-io, circleci, travis-ci, snyk, atlassian, figma, launchdarkly
In-memory cache TTL for Statuspage reads in milliseconds.
Enable [OpenTelemetry instrumentation](https://github.com/cyanheads/mcp-ts-core/tree/main/docs/telemetry).
Description
Directory for log files (Node.js only).
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.
When `true`, disables SSRF guards for user-supplied URLs and domains. For trusted local/intranet deployments only.