Skip to content
Zed

ryvo protocol for Zed

io.github.ryvonetwork/ryvo-protocol

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

client:Zed transport:stdio runtime:npm

Install ryvo protocol in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ryvo protocol in other clients