Skip to content
Zed

mcp getnet for Zed

io.github.codespar/mcp-getnet

MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split

client:Zed transport:stdio runtime:npm

Install mcp getnet 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-getnet": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-getnet"
      ],
      "env": {
        "GETNET_CLIENT_ID": "<GETNET_CLIENT_ID>",
        "GETNET_CLIENT_SECRET": "<GETNET_CLIENT_SECRET>",
        "GETNET_SELLER_ID": "<GETNET_SELLER_ID>",
        "GETNET_BASE_URL": "<GETNET_BASE_URL>"
      }
    }
  }
}

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

mcp getnet in other clients