1. Conduid
  2. Cloud
  3. devhelm-mcp-server
MCP server · Cloud

devhelm-mcp-server

DevHelm MCP server — AI agent access to monitors, incidents, alerting, and more

Unclaimed cloud
37Low

Scored 4 months ago · breakdown

About devhelm-mcp-server

devhelm-mcp-server is an MCP server in the Cloud category: devHelm MCP server — AI agent access to monitors, incidents, alerting, and more. It has been installed 0 times through Conduid.

Install

uvx
uvx devhelm-mcp-server
pip
pip install devhelm-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about devhelm-mcp-server

Powered by Claude · Grounded in docs

I know everything about devhelm-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About devhelm-mcp-server

How do I install devhelm-mcp-server?

Run uvx devhelm-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is devhelm-mcp-server safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is devhelm-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.