Uptimebolt MCP Server

AI-powered infrastructure monitoring tools for Claude, Claude Code, Cursor, and any MCP-compatible client. Its 10 documented tools cluster into read & search, run & execute, safe. It runs locally over stdio via the published package.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-05 · ★ 2 · #87 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Uptimebolt MCP Server

before you install - you'll need

Set UPTIMEBOLT_API_KEY, UPTIMEBOLT_API_URL before connecting.

Claude Code

claude mcp add clm-cloud-solutions-uptimebolt-mcp-serve -- npx -y @uptimebolt/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "clm-cloud-solutions-uptimebolt-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "@uptimebolt/mcp-server"
      ]
    }
  }
}

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

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

license MIT - declared in the repository

npm package @uptimebolt/mcp-server - the @uptimebolt scope differs from the repo owner (clm-cloud-solutions); confirm it's the project's official package

registry namespace io.github.clm-cloud-solutions is GitHub-verified and matches the repo owner

03 · What Uptimebolt MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 10 documented tools across read & search, run & execute, safe, including get_service_status, get_monitors, get_monitor_health, get_monitor_metrics.

Capability map

Tools grouped from the project's README - what Uptimebolt MCP Server lets an agent do.

read & search

8 tools - e.g. Health status of business services with health score (0-100), monitor breakdown, and active incidents; List all monitors with operational status, response time, and uptime percentage; Detailed health for…

get_service_status · get_monitors · get_monitor_health · get_monitor_metrics · get_incidents · get_predictions…

run & execute

1 tool - e.g. AI-powered RCA using multi-model analysis (Claude, GPT) with deploy correlation

run_root_cause_analysis

Safe

1 tool - e.g. CI/CD deploy safety check based on health scores, predictions, and active incidents

is_safe_to_deploy

04 · Who maintains Uptimebolt MCP Server

uptimebolt-mcp-server is maintained by clm-cloud-solutions. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
DevOps & monitoring - ranked #87 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
registry
io.github.clm-cloud-solutions/uptimebolt-mcp-server (active, first published 2026-03-02)
packages
npm:@uptimebolt/mcp-server

06 · Uptimebolt MCP Server FAQ

Is Uptimebolt MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-05. We re-verify nightly.

What can Uptimebolt MCP Server do?

An agent gets 10 documented tools across read & search, run & execute, safe, including get_service_status, get_monitors, get_monitor_health, get_monitor_metrics.

How do I install Uptimebolt MCP Server?

Run `npx -y @uptimebolt/mcp-server`. The README documents 2 environment variables (UPTIMEBOLT_API_KEY, UPTIMEBOLT_API_URL) to set first. Set UPTIMEBOLT_API_KEY, UPTIMEBOLT_API_URL before connecting. You can also paste the ready-made client config above.

Does Uptimebolt MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Uptimebolt MCP Server