DevHelm MCP Server
Monitor uptime, manage incidents, configure alerting, and query third-party dependency status through DevHelm's monitoring platform
Documentation Index
Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt Use this file to discover all available pages before exploring further.
MCP Server
Give your AI coding assistant access to DevHelm monitors, incidents, alerting, status pages, and more — in one line of config
The DevHelm MCP server gives AI coding assistants like Cursor, Claude Desktop, and Windsurf direct access to your monitoring stack. Create monitors, investigate incidents, manage alert channels, and configure status pages — all through natural language in your editor.
DevHelm hosts the server at mcp.devhelm.io so there's nothing to install. Add the URL to your MCP client config and you're connected.
Connect in 30 seconds
All you need is your API token and one config entry. Grab a token from Settings → API Keys in the Dashboard.
Add to `.cursor/mcp.json` in your project root (or `~/.cursor/mcp.json` for global access):```json theme={null}
{
"mcpServers": {
"devhelm": {
"url": "https://mcp.devhelm.io/mcp",
"headers": {
"Authorization": "Bearer dh_live_xxxxxxxx"
}
}
}
}
```
Add to your Claude Desktop config:
* **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
* **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
```json theme={null}
{
"mcpServers": {
"devhelm": {
"url": "https://mcp.devhelm.io/mcp",
"headers": {
"Authorization": "Bearer dh_live_xxxxxxxx"
}
}
}
}
```
Add to your Windsurf MCP settings:
```json theme={null}
{
"mcpServers": {
"devhelm": {
"url": "https://mcp.devhelm.io/mcp",
"headers": {
"Authorization": "Bearer dh_live_xxxxxxxx"
}
}
}
}
```
Any MCP-compatible client that supports Streamable HTTP can connect to the hosted server.
**If your client supports custom headers** (recommended):
```
URL: https://mcp.devhelm.io/mcp
Header: Authorization: Bearer dh_live_xxxxxxxx
```
**If your client only accepts a URL** (token in path):
```
URL: https://mcp.devhelm.io/dh_live_xxxxxxxx/mcp
```
<Warning>
The path-based form embeds your token in the URL. Treat the entire URL as a secret — don't commit it to a public repo. Prefer the header form whenever possible.
</Warning>
That's it. Restart your MCP client and the DevHelm tools will appear.
What you can do
Once connected, talk to your assistant like you would to a teammate:
- "List all my monitors and their current status" — get a quick overview without leaving your editor
- "Create an HTTP monitor for api.example.com/health checking every 60 seconds from us-east" — spin up monitoring in seconds
- "Show me active incidents and the recent check results for the failing one" — investigate without context-switching to the dashboard
- "Set up a Slack alert channel with this webhook URL" — wire up notifications conversationally
- "Add api.example.com as a component on the public status page" — manage your status page from chat
- "What's the uptime for the payments service over the last 30 days?" — pull reporting data inline
The MCP server covers the entire DevHelm product surface — anything you can do in the dashboard or CLI, your AI assistant can do too.
Available tools
The server exposes over 100 tools across 15 categories:
| Category | Tools |
|---|---|
| Monitors | list, get, create, update, delete, pause, resume, test, results, versions |
| Incidents | list, get, create, resolve |
| Alert channels | list, get, create, update, delete, test |
| Notification policies | list, get, create, update, delete, test |
| Resource groups | list, get, create, update, delete, add/remove members |
| Tags | list, get, create, update, delete |
| Environments | list, get, create, update, delete |
| Secrets | list, get, create, update, delete |
| API keys | list, get, create, revoke |
| Webhooks | list, get, create, update, delete, test |
| Status pages | list, get, create, update, delete, components, groups, incidents, subscribers, domains |
| Forensics | incident timeline, check trace, policy snapshot, rule evaluations, transitions |
| Dependencies | list, get, track, delete |
| Deploy lock | acquire, current, release, force-release |
| Status / health | overview |
See the Tools reference for the full per-tool catalog with parameters.
Alternative: run locally
If you prefer to run the server on your own machine (offline use, air-gapped environments, or development), the same code is published to PyPI as devhelm-mcp-server. It speaks MCP over stdio.
uvx devhelm-mcp-server
See Configuration → Run locally for full local setup instructions and per-client config snippets.
Next steps
Authentication modes, environment variables, local setup, and troubleshooting. Full per-tool catalog with parameters and return shapes.Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
ServiceNow
A production-ready Model Context Protocol (MCP) server for ServiceNow platform integration. Built with TypeScript for Node.js 20+, this server enables LLMs and AI assistants to interact with ServiceNow instances through a standardized interface.
Node.js API Docs
An MCP server for accessing and searching Node.js API documentation.
Docker MCP server
Manage Docker containers, volumes, and services using natural language commands.
ndlovu-code-reviewer
Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This project was created to experiment with MCP tooling that gives AI assistants access to a purpose-built reviewer. Uses the Gemini cli application to process the reviews at this time and linting only for typescript/javascript apps at the moment. Will add API based calls to LLM's in the future and expand linting abilities. It's also cheaper than using coderabbit ;)
CLI Exec
Execute shell commands with structured output via a powerful CLI server.
Windsor
Windsor MCP enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.
TrustBench
x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).
agency-mcp-server
On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents. 150x reduction in context usage vs loading agents locally.
Algorand
A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.
MCP Image Extractor
Extracts images from files, URLs, or base64 strings and converts them to base64 for LLM analysis.