RAVN for Gemini CLI
exchange.ravn/ravn
Cross-chain swap API for native Bitcoin, Solana and EVM chains. No API key, no custody.
client:Gemini CLI
transport:streamable-http
tools:10
Install RAVN in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ravn": {
"httpUrl": "https://app.ravn.exchange/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs