Skip to content
Cursor

agon protocol for Cursor

io.github.agonx402/agon-protocol

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

client:Cursor transport:stdio runtime:npm

Install agon protocol 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": {
    "agon-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agonx402/protocol-mcp"
      ],
      "env": {
        "SOLANA_DEVNET_RPC_URL": "<SOLANA_DEVNET_RPC_URL>",
        "AGON_PROTOCOL_PROGRAM_ID": "<AGON_PROTOCOL_PROGRAM_ID>",
        "AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID>"
      }
    }
  }
}

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

agon protocol in other clients