Skip to content
Zed

mcp nupay for Zed

io.github.codespar/mcp-nupay

MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users

client:Zed transport:stdio runtime:npm

Install mcp nupay 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-nupay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-nupay"
      ],
      "env": {
        "NUPAY_MERCHANT_KEY": "<NUPAY_MERCHANT_KEY>",
        "NUPAY_MERCHANT_TOKEN": "<NUPAY_MERCHANT_TOKEN>",
        "NUPAY_CLIENT_ID": "<NUPAY_CLIENT_ID>",
        "NUPAY_CLIENT_SECRET": "<NUPAY_CLIENT_SECRET>",
        "NUPAY_ENV": "<NUPAY_ENV>"
      }
    }
  }
}

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

mcp nupay in other clients