Trello for Gemini CLI
io.github.scaratec/trellio-mcp
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
client:Gemini CLI
transport:stdio
runtime:pypi
Install Trello in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"trellio-mcp": {
"command": "uvx",
"args": [
"trellio-mcp"
],
"env": {
"TRELLO_API_KEY": "<TRELLO_API_KEY>",
"TRELLO_TOKEN": "<TRELLO_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs