ryvo-protocol
About
MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SOLANA_DEVNET_RPC_URL RYVO_PROTOCOL_PROGRAM_ID RYVO_PROTOCOL_DEVNET_USDC_TOKEN_IDClaude Code
claude mcp add --env SOLANA_DEVNET_RPC_URL= --env RYVO_PROTOCOL_PROGRAM_ID= --env RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID= ryvo-protocol -- npx @ryvonetwork/protocol-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ryvo-protocol","command":"npx","args":["@ryvonetwork/protocol-mcp"],"env":{"SOLANA_DEVNET_RPC_URL":"","RYVO_PROTOCOL_PROGRAM_ID":"","RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID":""}}'
JSON
{
"mcpServers": {
"ryvo-protocol": {
"command": "npx",
"args": [
"@ryvonetwork/protocol-mcp"
],
"env": {
"SOLANA_DEVNET_RPC_URL": "",
"RYVO_PROTOCOL_PROGRAM_ID": "",
"RYVO_PROTOCOL_DEVNET_USDC_TOKEN_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.