pushover-mcp-server
Verified Safeby mlgill
Overview
Provides an MCP server to send Pushover notifications from MCP-compatible tools like Cursor, offering customizable alerts.
Installation
docker compose up -dEnvironment Variables
- PUSHOVER_TOKEN
- PUSHOVER_USER_KEY
Security Notes
The server correctly loads API credentials from environment variables or a configuration file, avoiding hardcoded secrets. It uses `httpx` for network requests and `FastMCP` for server functionality, both reputable libraries. Input validation (e.g., message length, priority range) is performed. When run in SSE (web service) mode, standard web service security practices (e.g., firewall, access control) should be considered if exposed publicly, though it defaults to `127.0.0.1`. No `eval` or obfuscation is present.
Similar Servers
mcp-server
Provides a local Model Context Protocol (MCP) server for Kintone, enabling AI assistants to interact with Kintone applications via a set of exposed tools.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
mcp-notify
A Model Context Protocol (MCP) server designed to send messages and notifications across various platforms like WeWork, DingTalk, Telegram, Lark, Home Assistant, Bark, Ntfy, and PushPlus.
mcp-install-instructions-generator
Generates installation instructions for Model Context Protocol (MCP) servers across various client applications and formats.