Skip to content
Zed

402sentinel mcp for Zed

io.github.kaditang/402sentinel-mcp

x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.

client:Zed transport:stdio runtime:npm

Install 402sentinel 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": {
    "402sentinel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/402sentinel-mcp"
      ],
      "env": {
        "CLIENT_PRIVATE_KEY": "<CLIENT_PRIVATE_KEY>",
        "SENTINEL_URL": "<SENTINEL_URL>"
      }
    }
  }
}

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

402sentinel mcp in other clients