Skip to content
Cline

ryvo protocol for Cline

io.github.ryvonetwork/ryvo-protocol

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

client:Cline transport:stdio runtime:npm

Install ryvo protocol in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "ryvo-protocol": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ryvo protocol in other clients