CiteWire for Gemini CLI
io.github.openly-useful/citewire
Attribution-first MCP server for free news sources and free article APIs.
client:Gemini CLI
transport:stdio
runtime:npm
Install CiteWire in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"citewire": {
"command": "npx",
"args": [
"-y",
"citewire"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs