mcp-uptime-kuma
Verified Safeby DavidFuchs
Overview
Provides a Model Context Protocol (MCP) interface for real-time Uptime Kuma monitoring data.
Installation
docker run -d --name mcp-uptime-kuma -p 3000:3000 -e UPTIME_KUMA_URL=http://your-uptime-kuma-instance:3001 -e UPTIME_KUMA_USERNAME=your_username -e UPTIME_KUMA_PASSWORD=your_password davidfuchs/mcp-uptime-kuma:latest -t streamable-httpEnvironment Variables
- UPTIME_KUMA_URL
- UPTIME_KUMA_USERNAME
- UPTIME_KUMA_PASSWORD
- UPTIME_KUMA_2FA_TOKEN
- UPTIME_KUMA_JWT_TOKEN
- PORT
- ALLOWED_ORIGIN
Security Notes
No direct 'eval' or malicious patterns found. Uses Zod for input/output validation, and filters sensitive data like `steamAPIKey` from settings. CORS defaults to '*' for HTTP transport, which is common but less restrictive than specific origins. Authentication credentials are handled via environment variables.
Similar Servers
oxylabs-mcp
This project likely functions as a Minecraft server proxy or management tool, potentially for large-scale data collection or automation.
codebadger
A containerized Model Context Protocol (MCP) server for static code analysis using Joern's Code Property Graph (CPG) technology.
Unified-MCP-Tool-Graph
The Unified MCP Tool Graph aggregates and structures tool APIs from diverse Model Context Protocol (MCP) servers into a centralized Neo4j graph database, enabling LLMs and agentic AI systems to dynamically retrieve the most relevant tools for any task.
seamless-agent
Enables AI agents, particularly GitHub Copilot, to perform interactive user confirmations and collect additional input within VS Code or Antigravity, ensuring user control over agent actions.