Skip to content
Cursor

ryvo protocol for Cursor

io.github.ryvonetwork/ryvo-protocol

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

client:Cursor transport:stdio runtime:npm

Install ryvo 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": {
    "ryvo-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ryvonetwork/protocol-mcp"
      ],
      "env": {
        "SOLANA_DEVNET_RPC_URL": "<SOLANA_DEVNET_RPC_URL>",
        "RYVO_PROTOCOL_PROGRAM_ID": "<RYVO_PROTOCOL_PROGRAM_ID>",
        "RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": "<RYVO_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

ryvo protocol in other clients