Skip to content
Zed

SpherePay for Zed

io.github.danchev/spherepay

Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.

client:Zed transport:stdio runtime:pypi

Install SpherePay 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": {
    "spherepay": {
      "command": "uvx",
      "args": [
        "spherepay-mcp"
      ],
      "env": {
        "SPHEREPAY_API_KEY": "<SPHEREPAY_API_KEY>",
        "SPHEREPAY_BASE_URL": "<SPHEREPAY_BASE_URL>",
        "SPHEREPAY_TIMEOUT": "<SPHEREPAY_TIMEOUT>",
        "SPHEREPAY_MAX_RETRIES": "<SPHEREPAY_MAX_RETRIES>"
      }
    }
  }
}

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

SpherePay in other clients