← Back to Plugins
MCP Server MCP

GoodSender

github By github 👁 1 views ▲ 0 votes

Free consent-based emailing, blog publishing, and interactive email template design tools

Homepage Verified source GitHub

Install

mcpb:https://github.com/good-sender/mcp/releases/download/v0.4.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/good-sender/mcp/releases/download/v0.4.0/goodsender.mcpb",
      "version": "0.4.0",
      "fileSha256": "d2d1f25fe4a4fbe77dabed35dd87d10b740bdd1d5d6f4a1e3bdc8ef9df0ac7e0",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/goodsender/goodsender-mcp:0.4.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:9889/mcp"
      },
      "environmentVariables": [
        {
          "description": "Your GoodSender API key (from the API Keys section of the GoodSender Console).",
          "isRequired": true,
          "isSecret": true,
          "name": "GOODSENDER_API_KEY"
        },
        {
          "description": "Set to false to opt out of anonymous usage/reliability telemetry.",
          "name": "GOODSENDER_TELEMETRY"
        },
        {
          "description": "Set to true so mutating tools run immediately without asking for action confirmation. Use for unattended agent loops (for example Claude Cowork on a schedule). Default false: publish and send wait for confirmation.",
          "name": "GOODSENDER_DISABLE_ACTION_GUARDS"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb oci

Comments

Sign in to leave a comment

Loading comments...