Skip to content
Cursor

x402 Facilitator Proxy for Cursor

io.github.seob5285-alt/x402-facilitator-proxy

Multi-tenant HTTP 402 infrastructure gateway and stdio MCP server for machine payments.

client:Cursor transport:stdio runtime:npm

Install x402 Facilitator Proxy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "x402-facilitator-proxy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "x402-facilitator-proxy"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

x402 Facilitator Proxy in other clients