Skip to content
Cursor

DevHelm MCP Server for Cursor

io.github.devhelmhq/mcp-server

Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm

client:Cursor transport:stdio runtime:pypi

Install DevHelm MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "devhelm-mcp-server"
      ],
      "env": {
        "DEVHELM_API_TOKEN": "<DEVHELM_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DevHelm MCP Server in other clients