Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
devhelmhq avatar

DevHelm MCP

  • 1 repo stars
  • Updated August 9, 2026
  • devhelmhq/mcp-server

DevHelm MCP Server is a MCP server that lets agents monitor uptime, manage incidents, configure alerting, and query dependency status through DevHelm.

About

DevHelm MCP Server exposes DevHelm’s monitoring and incident operations to Claude Code, Cursor, Codex, and other MCP clients over stdio. developers who already use DevHelm for dependency tracking and uptime can ask the agent to summarize service health, work incidents, and reason about alerting instead of tab-hopping during late-night outages. Install the published PyPI package (identifier devhelm-mcp-server, version 1.0.2), set DEVHELM_API_TOKEN, and register the server in your agent’s MCP config; official docs live at docs.devhelm.io/mcp-server. It is an integration layer, not a standalone monitoring product—you need a DevHelm account and API token. Best fit when toil (status checks, incident updates) should stay inside the same session as code and deploy fixes.

  • Query dependency and uptime status through MCP tools backed by DevHelm
  • Manage and triage incidents from the assistant conversation
  • Configure alerting context without switching to a separate ops UI
  • Stdio transport via PyPI package devhelm-mcp-server (v1.0.2) with uvx runtime hint
  • Authenticated access using required DEVHELM_API_TOKEN secret

DevHelm MCP by the numbers

  • Data as of Aug 10, 2026 (Skillselion catalog sync)
terminal
claude mcp add --env DEVHELM_API_TOKEN=YOUR_DEVHELM_API_TOKEN devhelm-mcp-server -- uvx devhelm-mcp-server

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Packagedevhelm-mcp-server
TransportSTDIO
AuthRequired
Last updatedAugust 9, 2026
Repositorydevhelmhq/mcp-server

What it does

Let your coding agent check uptime, incidents, alerts, and dependency health in DevHelm without leaving the editor.

Who is it for?

Best when you're on DevHelm and want incident and uptime answers inline while debugging or shipping hotfixes.

Skip if: Skip if you're without DevHelm or anyone and only needs generic log tailing with no DevHelm workspace.

What you get

After you register the server with a DevHelm API token, your agent can pull live ops context and act on incidents from chat.

  • Registered stdio MCP server wired to DevHelm
  • Agent-callable tools for uptime, incidents, alerts, and dependencies
  • Faster ops Q&A during production troubleshooting sessions

By the numbers

  • Server schema version 1.0.2 on PyPI identifier devhelm-mcp-server
  • Transport: stdio
  • Required secret: DEVHELM_API_TOKEN
README.md

DevHelm MCP Server

Model Context Protocol (MCP) server for DevHelm — gives AI coding assistants (Cursor, Claude Desktop, Windsurf, etc.) access to your uptime monitors, incidents, alerting, and more.

Quick Start

Hosted (recommended)

Use the hosted server at mcp.devhelm.io. Two connection modes:

Bearer auth:

URL: https://mcp.devhelm.io/mcp
Authorization: Bearer <your-api-token>

API key in URL (for clients that only accept a URL):

URL: https://mcp.devhelm.io/<your-api-token>/mcp

Local (stdio)

pip install devhelm-mcp-server
export DEVHELM_API_TOKEN=your-token
devhelm-mcp-server

Or with uvx (no install required):

export DEVHELM_API_TOKEN=your-token
uvx devhelm-mcp-server

Cursor / Claude Desktop

Add to your MCP config:

{
  "mcpServers": {
    "devhelm": {
      "url": "https://mcp.devhelm.io/<your-api-token>/mcp"
    }
  }
}

Available Tools

Category Tools
Monitors list, get, create, update, delete, pause, resume, test, results, versions
Incidents list, get, create, resolve, delete
Alert Channels list, get, create, update, delete, test
Notification Policies list, get, create, update, delete, test
Environments list, get, create, update, delete
Secrets list, create, update, delete
Tags list, get, create, update, delete
Resource Groups list, get, create, update, delete, add member, remove member
Webhooks list, get, create, update, delete, test
API Keys list, create, revoke, delete
Dependencies list, get, track, delete
Deploy Lock acquire, current, release, force-release
Status overview

Development

uv sync
make dev          # Start with MCP Inspector (stdio)
make serve        # Start HTTP server on :8000
make test         # Run unit tests
make lint         # Check formatting
make typecheck    # Run mypy

License

MIT

Recommended MCP Servers

How it compares

MCP bridge to DevHelm monitoring, not a self-hosted uptime checker or agent skill.

FAQ

Who is DevHelm MCP for?

and small-team developers who already run services in DevHelm and use Claude Code, Cursor, or Codex as their daily driver.

When should I use DevHelm MCP?

Use it during Operate work—outages, degraded dependencies, or alert tuning—when you want the agent to query DevHelm instead of manual dashboard clicks.

How do I add DevHelm MCP to my agent?

Install devhelm-mcp-server from PyPI (uvx runtime hint), set DEVHELM_API_TOKEN, add the stdio server entry to your MCP config, and restart the client per docs.devhelm.io/mcp-server.

Monitoringmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.