ops-mcp
Provides integration with Atlassian Statuspage for managing maintenance windows and incidents.
Allows for the management of Statuspage incidents and scheduled maintenance, including creating maintenance windows, updating incident statuses, and listing components.
Enables management of Uptime Kuma instances, providing tools to list monitors, create or end maintenance windows, and silence alerts during scheduled downtime.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ops-mcpSchedule a 2-hour maintenance window for tonight at 10 PM"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ops-mcp
MCP server for managing maintenance windows across Atlassian Statuspage and Uptime Kuma from AI assistants like Claude.
Features
Unified maintenance scheduling — create maintenance windows on both Statuspage and Uptime Kuma in a single call
Statuspage management — create, update, and list incidents and scheduled maintenance
Uptime Kuma management — create, end, and list maintenance windows; list monitors
MCP protocol — works with any MCP-compatible client (Claude Desktop, Claude Code, etc.)
Tools
Tool | Description |
| Create a maintenance window on both Statuspage and Uptime Kuma in one call |
| Create scheduled maintenance on Statuspage |
| Update or resolve a Statuspage incident/maintenance |
| List Statuspage incidents and scheduled maintenance |
| List all Statuspage components (resolve names to IDs) |
| Create a maintenance window in Uptime Kuma |
| End an Uptime Kuma maintenance window early |
| List all Uptime Kuma maintenance windows |
| List all Uptime Kuma monitors with current status |
Setup
Install
pip install -e .Environment variables
Copy .env.example to .env and fill in your credentials:
STATUSPAGE_API_KEY=your_statuspage_oauth_token
STATUSPAGE_PAGE_ID=your_page_id
UPTIME_KUMA_URL=https://status.example.com
UPTIME_KUMA_USERNAME=admin
UPTIME_KUMA_PASSWORD=your_passwordStatuspage API key: Generate at manage.statuspage.io under your user profile > API keys
Statuspage page ID: Found in your page URL or page settings
Uptime Kuma URL: The base URL of your Uptime Kuma instance
Uptime Kuma credentials: A user with permission to manage maintenance windows
MCP client configuration
Add to your MCP client config (e.g. .mcp.json):
{
"mcpServers": {
"ops-mcp": {
"command": "ops-mcp",
"env": {
"STATUSPAGE_API_KEY": "your_key",
"STATUSPAGE_PAGE_ID": "your_page_id",
"UPTIME_KUMA_URL": "https://status.example.com",
"UPTIME_KUMA_USERNAME": "admin",
"UPTIME_KUMA_PASSWORD": "your_password"
}
}
}
}Usage examples
Schedule maintenance on both systems:
"Schedule a 2-hour database maintenance window starting at 2am AEST tomorrow"
The ops_schedule_maintenance tool handles both Statuspage and Uptime Kuma, so monitors are silenced and subscribers are notified in one step.
List current monitors:
"Show me all Uptime Kuma monitors and their status"
Update an incident:
"Mark incident abc123 as resolved with message 'Database migration complete'"
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Sydney-Robotics-Academy/ops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server