Skip to main content
Glama
Camusama

uptime-kuma-mcp-server

by Camusama

Uptime Kuma MCP Server

A server for managing Uptime Kuma monitors via MCP protocol.

Installation

uvx uptime-kuma-mcp-server
"mcpServers": {
  "uptime-kuma-mcp-server": {
    "command": "uvx",
    "args": ["uptime-kuma-mcp-server"],
    "env": {
      "KUMA_URL": "https://yourdomain.xyz",
      "KUMA_USERNAME": "username",
      "KUMA_PASSWORD": "passwd"
    }
  },
}

Related MCP server: uptrack-mcp

Available Tools

  • add_monitors - Batch add multiple monitors to Uptime Kuma, returns Uptime Kuma page URLs after completion

    • urls (list[str], required): List of monitor URLs (must be deduplicated and include full protocol, e.g. https://bing.com)

  • get_monitors - Get all monitors list, returns trimmed fields to prevent context overflow

  • delete_monitors - Batch delete multiple monitors

    • ids (list[int], required): List of monitor IDs to delete

Run SSE

create .env

KUMA_URL=url
KUMA_USERNAME=username
KUMA_PASSWORD=pass
FASTMCP_HOST=0.0.0.0
FASTMCP_HOST=8000
# run_sse.py

from uptime_kuma_mcp_server import run_sse

run_sse()

#  Uvicorn running on http://0.0.0.0:8000
Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables unified management of maintenance windows and incidents across Atlassian Statuspage and Uptime Kuma. It allows AI assistants to schedule maintenance, update service statuses, and list monitors through a single MCP-compatible interface.
    Last updated
    9
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for Uptrack uptime monitoring. Manage monitors and incidents from AI agents like Claude, ChatGPT, and Cursor.
    Last updated
    30
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for Uptime Kuma that enables monitoring and management of uptime monitors, heartbeats, notifications, tags, and maintenance windows via natural language.
    Last updated
    245
    38
    MIT

View all related MCP servers

Related MCP Connectors

  • Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

  • MCP uptime, schema, auth, and SLA receipt monitoring.

  • MCP server for managing Prisma Postgres.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Camusama/uptime-kuma-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server