Skip to content

cloudpayments mcp for Zed

io.github.theyahia/cloudpayments-mcp

MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.

client:Zed transport:stdio runtime:npm

Install cloudpayments mcp 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": {
    "cloudpayments-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/cloudpayments-mcp"
      ],
      "env": {
        "CLOUDPAYMENTS_PUBLIC_ID": "<CLOUDPAYMENTS_PUBLIC_ID>"
      }
    }
  }
}

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

cloudpayments mcp in other clients