Skip to content
Windsurf

ryvo protocol for Windsurf

io.github.ryvonetwork/ryvo-protocol

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

client:Windsurf transport:stdio runtime:npm

Install ryvo protocol in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ryvo protocol in other clients