Skip to content
Zed

HPP x402 MCP Bridge for Zed

io.github.hpp-io/x402-mcp-bridge

MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call.

client:Zed transport:stdio runtime:npm

Install HPP x402 MCP Bridge 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": {
    "x402-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@hpp-io/x402-mcp-bridge"
      ],
      "env": {
        "DELEGATE_PRIVATE_KEY": "<DELEGATE_PRIVATE_KEY>",
        "HPP_NETWORK": "<HPP_NETWORK>",
        "RESOURCE_SERVER_URL": "<RESOURCE_SERVER_URL>",
        "SAFE_ADDRESS": "<SAFE_ADDRESS>",
        "ALLOWANCE_MODULE_ADDRESS": "<ALLOWANCE_MODULE_ADDRESS>"
      }
    }
  }
}

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

HPP x402 MCP Bridge in other clients