Crypto Prices Mcp for Gemini CLI
io.github.varvararatta/crypto_prices_mcp
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
client:Gemini CLI
transport:streamable-http
Install Crypto Prices Mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"crypto_prices_mcp": {
"httpUrl": "https://crypto-prices-mcp.mcpize.run/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs