Linear-Task-Broker for Gemini CLI
io.github.evozim/linear-broker
Integrates agents with Linear software development workflows.
client:Gemini CLI
transport:sse
Install Linear-Task-Broker in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"linear-broker": {
"url": "https://linear-broker-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