Sentor for Gemini CLI
io.github.nikx-tech/sentor-mcp
Score sentiment toward specific entities in text. Cluster documents and name topics.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Sentor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sentor-mcp": {
"command": "uvx",
"args": [
"sentor-mcp"
],
"env": {
"SENTOR_API_KEY": "<SENTOR_API_KEY>",
"SENTOR_BASE_URL": "<SENTOR_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs