Back to Home
mlgill icon

pushover-mcp-server

Verified Safe

by mlgill

Overview

Provides an MCP server to send Pushover notifications from MCP-compatible tools like Cursor, offering customizable alerts.

Installation

Run Command
docker compose up -d

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-16

Tags

PushoverNotificationsMCPCommunicationCursor