DevHelm MCP Server for Claude Desktop
io.github.devhelmhq/mcp-server
Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm
client:Claude Desktop
transport:stdio
runtime:pypi
Install DevHelm MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "uvx",
"args": [
"devhelm-mcp-server"
],
"env": {
"DEVHELM_API_TOKEN": "<DEVHELM_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs