overtone news mcp for Gemini CLI
io.github.ckbrennan/overtone-news-mcp
Real-time news with tone analysis, brand safety, and narrative shift signals for AI agents.
client:Gemini CLI
transport:stdio
runtime:pypi
Install overtone news mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"overtone-news-mcp": {
"command": "uvx",
"args": [
"overtone-news-mcp"
],
"env": {
"OVERTONE_NEWS_API_KEY": "<OVERTONE_NEWS_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs