DevHelm MCP Server
Rank #14,814io.github.devhelmhq/mcp-server
Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm
DevHelm MCP Server is a Model Context Protocol (MCP) server published by devhelmhq. It ranks #14,814 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DevHelm MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 9, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 117,299 of 132,113 servers on MCP Toplist.
Use DevHelm MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add devhelmhq -e "DEVHELM_API_TOKEN=<your DEVHELM_API_TOKEN>" -- uvx devhelm-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.devhelmhq]
command = "uvx"
args = ["devhelm-mcp-server"]
[mcp_servers.devhelmhq.env]
DEVHELM_API_TOKEN = "<your DEVHELM_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"devhelmhq": {
"command": "uvx",
"args": [
"devhelm-mcp-server"
],
"env": {
"DEVHELM_API_TOKEN": "<your DEVHELM_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"devhelmhq": {
"command": "uvx",
"args": [
"devhelm-mcp-server"
],
"env": {
"DEVHELM_API_TOKEN": "<your DEVHELM_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"devhelmhq": {
"type": "stdio",
"command": "uvx",
"args": [
"devhelm-mcp-server"
],
"env": {
"DEVHELM_API_TOKEN": "<your DEVHELM_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"devhelmhq": {
"command": "uvx",
"args": [
"devhelm-mcp-server"
],
"env": {
"DEVHELM_API_TOKEN": "<your DEVHELM_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"devhelmhq": {
"command": "uvx",
"args": [
"devhelm-mcp-server"
],
"env": {
"DEVHELM_API_TOKEN": "<your DEVHELM_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.devhelmhq%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.devhelmhq%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.devhelmhq%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
devhelmhq
Other servers by devhelmhq
View all devhelmhq servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | May 12, 2026 |
| 1.0.1 | May 12, 2026 |
Frequently asked questions
- Who maintains DevHelm MCP Server?
- DevHelm MCP Server is maintained by devhelmhq, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is DevHelm MCP Server listed on the Official MCP Registry?
- Yes — DevHelm MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does DevHelm MCP Server have?
- MCP Toplist tracks 2 versions of DevHelm MCP Server, most recently published on May 12, 2026.
- Where can I find the source code for DevHelm MCP Server?
- The source code for DevHelm MCP Server is hosted at github.com/devhelmhq/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.