Skip to content
Zed

buyforme mcp for Zed

io.github.stevemilton/buyforme-mcp

BuyForMe: pay any x402 URL (USD or EUR) with ArisPay delegated custody. Alias of payagent-mcp.

client:Zed transport:stdio runtime:npm

Install buyforme 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": {
    "buyforme-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "buyforme-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<ARISPAY_API_KEY>",
        "PAYAGENT_PRIVATE_KEY": "<PAYAGENT_PRIVATE_KEY>"
      }
    }
  }
}

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

buyforme mcp in other clients