This MCP server integrates with Uptime Kuma to provide real-time monitoring and management of uptime metrics through various transport methods. It supports both local and remote connections for accessing monitor data.
From the registry: A Model Context Protocol (MCP) server for Uptime Kuma version 2.

Please install the `mcp-uptime-kuma` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Uptime Kuma v2 instance** — Requires a running Uptime Kuma v2 instance with credentials (https://github.com/louislam/uptime-kuma)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@davidfuchs/mcp-uptime-kuma"]
- required environment variables:
- `UPTIME_KUMA_URL`: Uptime Kuma base URL (example: `http://your-instance:3001`)
- `UPTIME_KUMA_USERNAME`: Uptime Kuma username (example: `<your-username>`)
- `UPTIME_KUMA_PASSWORD`: Uptime Kuma password (example: `<your-password>`)
- optional environment variables:
- `UPTIME_KUMA_2FA_TOKEN`: 2FA code if enabled (example: `123456`)
- `UPTIME_KUMA_JWT_TOKEN`: JWT token (alternative to username/password) (example: `<your-jwt-token>`)
Note: Also supports streamable-http via Docker (davidfuchs/mcp-uptime-kuma).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.UPTIME_KUMA_URLrequiredThe URL of your Uptime Kuma instance.UPTIME_KUMA_USERNAMErequiredUsername for Uptime Kuma authentication.UPTIME_KUMA_PASSWORDrequiredPassword for Uptime Kuma authentication.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Validate oh-my-posh configurations and segment snippets against the official schema.
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.