Skip to content

payment guard mcp for Zed

io.github.mlawsonking/payment-guard-mcp

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

client:Zed transport:stdio runtime:npm

Install payment guard mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "payment-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "payment-guard-mcp"
      ]
    }
  }
}

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

payment guard mcp in other clients