Skip to content
Zed

AgentPay VN for Zed

io.github.phuocdu/agentpay-vn

Let AI agents collect VietQR payments — generate a QR and auto-confirm settlement.

client:Zed transport:stdio runtime:pypi

Install AgentPay VN 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": {
    "agentpay-vn": {
      "command": "uvx",
      "args": [
        "agentpay-vn"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
        "AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
      }
    }
  }
}

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

AgentPay VN in other clients