Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Trello in other clients