← Back to Plugins
MCP Server MCP

io.github.DavidFuchs/mcp-uptime-kuma

github By github 👁 1 views ▲ 0 votes

A Model Context Protocol (MCP) server for Uptime Kuma version 2.

Homepage Verified source GitHub

Install

npx -y @davidfuchs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@davidfuchs/mcp-uptime-kuma",
      "version": "0.11.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The URL of your Uptime Kuma instance",
          "isRequired": true,
          "format": "string",
          "name": "UPTIME_KUMA_URL"
        },
        {
          "description": "Your Uptime Kuma username (not required if using JWT token authentication or if authentication is disabled)",
          "format": "string",
          "name": "UPTIME_KUMA_USERNAME"
        },
        {
          "description": "Your Uptime Kuma password (not required if using JWT token authentication or if authentication is disabled)",
          "format": "string",
          "isSecret": true,
          "name": "UPTIME_KUMA_PASSWORD"
        },
        {
          "description": "Your 2FA token (only required if two-factor authentication is enabled on your account)",
          "format": "string",
          "isSecret": true,
          "name": "UPTIME_KUMA_2FA_TOKEN"
        },
        {
          "description": "Your JWT token for authentication (takes precedence over username/password if provided)",
          "format": "string",
          "isSecret": true,
          "name": "UPTIME_KUMA_JWT_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...