ryvo gateway for Cline
io.github.ryvonetwork/ryvo-gateway
MCP server for Ryvo Gateway x402, Helius Wallet, and Tokens API market data.
client:Cline
transport:stdio
runtime:npm
Install ryvo gateway 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
{
"mcpServers": {
"ryvo-gateway": {
"command": "npx",
"args": [
"-y",
"@ryvonetwork/gateway-mcp"
],
"env": {
"RYVO_GATEWAY_BASE_URL": "<RYVO_GATEWAY_BASE_URL>",
"RYVO_SIGNER_COMMAND": "<RYVO_SIGNER_COMMAND>",
"RYVO_WALLET_PROFILE": "<RYVO_WALLET_PROFILE>",
"RYVO_PAYMENT_MAX_AMOUNT_USD": "<RYVO_PAYMENT_MAX_AMOUNT_USD>",
"RYVO_PAYMENT_DAILY_LIMIT_USD": "<RYVO_PAYMENT_DAILY_LIMIT_USD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs