Skip to content
Cursor

mossgate mcp for Cursor

dev.mossgate/mossgate-mcp

mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment

client:Cursor transport:stdio runtime:npm

Install mossgate mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mossgate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mossgate-mcp"
      ],
      "env": {
        "MOSSGATE_BUYER_PK": "<MOSSGATE_BUYER_PK>"
      }
    }
  }
}

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

mossgate mcp in other clients