← Back to Plugins
MCP Server MCP

FastMCP server that pages on-call via 100+ notification channels (Apprise wrappe

github By github 👁 1 views ▲ 0 votes

FastMCP server that pages on-call via 100+ notification channels (Apprise wrapper)

Homepage Verified source GitHub

Install

mcpb:https://github.com/adelaidasofia/paging-mcp/releases/download/v0.1.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/adelaidasofia/paging-mcp/releases/download/v0.1.0/paging-mcp.mcpb",
      "version": "0.1.0",
      "fileSha256": "929b9b95df5da2f32d2ed1fa4a05edc1d3b2b8b7c3e11890340c1cae0840332a",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated Apprise URLs (whatsapp, ntfy, pushover, etc.)",
          "isRequired": true,
          "isSecret": true,
          "name": "APPRISE_URLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...