Sentiment Analyzer API for Gemini CLI
io.github.br0ski777/sentiment-analyzer
Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.
client:Gemini CLI
transport:sse
Install Sentiment Analyzer API in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sentiment-analyzer": {
"url": "https://sentiment-analyzer.api.klymax402.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs