io.github.DavidFuchs

mcp-uptime-kuma

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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

UPTIME_KUMA_URL(str)
Required

The URL of your Uptime Kuma instance

UPTIME_KUMA_USERNAME(str)

Your Uptime Kuma username (not required if using JWT token authentication or if authentication is disabled)

UPTIME_KUMA_PASSWORD(str)
Secret

Your Uptime Kuma password (not required if using JWT token authentication or if authentication is disabled)

UPTIME_KUMA_2FA_TOKEN(str)
Secret

Your 2FA token (only required if two-factor authentication is enabled on your account)

UPTIME_KUMA_JWT_TOKEN(str)
Secret

Your JWT token for authentication (takes precedence over username/password if provided)