Skip to content
Zed

MuPag Sandbox Payments for Zed

br.com.mupag/mcp-server

Sandbox-only MuPag MCP server for approved payments, subscriptions, refunds, and reconciliation.

client:Zed transport:stdio runtime:npm

Install MuPag Sandbox Payments in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mupag/mcp-server"
      ],
      "env": {
        "MUPAG_API_KEY": "<MUPAG_API_KEY>",
        "MUPAG_ENV": "<MUPAG_ENV>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MuPag Sandbox Payments in other clients