Back to Browse

Notifyd MCP Server

by Rmzlb
Developer ToolsLow Risk9.9MCP RegistryRemote
Free

Server data from the Official MCP Registry

Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.

About

Operate a self-hosted notifyd instance: digest, jobs, retries, suppressions, projects, test sends.

Remote endpoints: streamable-http: https://{notifyd_host}/mcp

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

PostgreSQL connection stringRequired

Environment variable: DATABASE_URL

Secret for subscriber tokensRequired

Environment variable: JWT_SECRET

Operator key; also the Bearer token for /mcpRequired

Environment variable: ADMIN_API_KEY

resend | cloudflare | smtp | agentmail | logOptional

Environment variable: EMAIL_PROVIDER

Default sender addressOptional

Environment variable: EMAIL_FROM

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-rmzlb-notifyd": {
      "env": {
        "EMAIL_FROM": "your-email-from-here",
        "JWT_SECRET": "your-jwt-secret-here",
        "DATABASE_URL": "your-database-url-here",
        "ADMIN_API_KEY": "your-admin-api-key-here",
        "EMAIL_PROVIDER": "your-email-provider-here"
      },
      "url": "https://{notifyd_host}/mcp"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!