Web3 Sentiment for Gemini CLI
io.github.evozim/web3-sentiment
Web3 social sentiment aggregator analyzing crypto trends.
client:Gemini CLI
transport:sse
Install Web3 Sentiment in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"web3-sentiment": {
"url": "https://web3-sentiment-mcp.vercel.app/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