DevOps Status MCP Server
@cyanheads/devops-status-mcp-server Check vendor status pages, inspect SSL/TLS certificates, verify DNS propagation, and get incident-response playbooks via MCP. STDIO or Streamable HTTP. Its 10 documented tools cluster into devops, mode, filter, reports.
People who work with cyanheads, devops and monitoring and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-25 · ★ 2 · #56 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install DevOps Status MCP Server
before you install - you'll need
Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting.
Claude Code
claude mcp add cyanheads-devops-status-mcp-server --transport http https://devops-status.caseyjhand.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"cyanheads-devops-status-mcp-server": {
"url": "https://devops-status.caseyjhand.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://devops-status.caseyjhand.com/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-09-17
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to devops-status.caseyjhand.com
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license Apache-2.0 - declared in the repository
npm package @cyanheads/devops-status-mcp-server - published under the repo owner's npm scope (@cyanheads)
registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner
03 · What DevOps Status MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list vendors in the built-in registry, optionally filtered by name or category. Returns slug, display name, category, and status page URL, and check the health of a named vendor stack persisted in session state. Pass vendors once to save the list.
Capability map
Tools grouped from the project's README - what DevOps Status MCP Server lets an agent do.
Devops
7 tools - e.g. List vendors in the built-in registry, optionally filtered by name or category. Returns slug, display name, category, and status page URL.; Check the current health status for one or more vendors. Returns…
devops_list_vendors · devops_status_check · devops_get_incidents · devops_watch_stack · devops_check_certs · devops_check_dns…
Mode
1 tool - e.g. "summary" (default): indicator + degraded components + active incidents
mode
Filter
1 tool - e.g. "all" (default): incidents plus scheduled maintenances
filter
Reports
1 tool - e.g. days to expiry (flagged warning at < 30 days, critical at < 7), certificate subject and SANs, issuer common name, chain depth, negotiated TLS version (flags 1.0
Reports
Latest releases
v0.8.1 · 2026-08-25
mcp-ts-core ^0.12.3, ssrf-guard hardening, cache hints · @cyanheads/mcp-ts-core ^0.12.3 (SDK v2): tool inputs are strict at the root, advertised outputSchema declares the error envelope, advertised JSON Schema moves to…
v0.8.0 · 2026-07-31
Maintenance status indicator, SSRF hardening, DNS output fixes · Maintenance status indicator carried end to end through devops_status_check, devops_watch_stack, and devops_suggest_action (#44) · IPv6 SSRF guard…
v0.7.0 · 2026-07-30
Google Cloud status adapter · Google Cloud joins the vendor registry as a native status adapter - devops_status_check, devops_get_incidents, and devops_watch_stack now cover Google Cloud Service Health alongside AWS…
04 · Who maintains DevOps Status MCP Server
devops-status-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.
- obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
- mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
- pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
- git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
- clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
- ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22
05 · Facts
- category
- DevOps & monitoring - ranked #56 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-25)
- registry
- io.github.cyanheads/devops-status-mcp-server (active, first published 2026-05-30 · 23 versions)
- packages
- npm:@cyanheads/devops-status-mcp-server · npm:@cyanheads/devops-status-mcp-server
06 · DevOps Status MCP Server FAQ
Is DevOps Status MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can DevOps Status MCP Server do?
With this server connected, an agent can list vendors in the built-in registry, optionally filtered by name or category. Returns slug, display name, category, and status page URL, and check the health of a named vendor stack persisted in session state. Pass vendors once to save the list.
How do I install DevOps Status MCP Server?
Run `npx -y @cyanheads/devops-status-mcp-server`. The README documents 2 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. You can also paste the ready-made client config above.
Does DevOps Status MCP Server require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.
07 · Alternatives to DevOps Status MCP Server
Alternatives to DevOps Status MCP Server
Maintained DevOps & monitoring servers if DevOps Status MCP Server isn't the fit.
- World Monitor Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools. ★ 86,725 · 2026-09-17
- Open Metadata Official OpenMetadata MCP: 21 read and write tools for search, lineage, data quality, governance. ★ 15,244 · 2026-09-18
- Kubeshark MCP Server Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS. ★ 12,082 · 2026-09-09
- Grafana An MCP server giving access to Grafana dashboards, data and more. ★ 3,467 · 2026-09-17
- Radar Kubernetes MCP Server Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations. ★ 3,371 · 2026-09-18
- Testkube MCP MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants ★ 1,658 · 2026-09-18
Pairs well with
Servers that cover what DevOps Status MCP Server doesn't - only shown when the pairing reason fits the companion.
More DevOps & monitoring MCP servers · Gdelt MCP Server · Openaq MCP Server · Uptime Kuma · GCP Platform Engineer · Process
More TypeScript MCP servers · Eia Energy MCP Server · Ensembl MCP Server · Eur Lex MCP Server · Eurostat MCP Server · Faa Aircraft Registry MCP Server · see all