← Back to Plugins
MCP Server MCP

DevHelm MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx devhelm-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "devhelm-mcp-server",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "DevHelm API token for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DEVHELM_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...