Skip to content
Zed

Trello for Zed

io.github.scaratec/trellio-mcp

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

client:Zed transport:stdio runtime:pypi

Install Trello in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "trellio-mcp": {
      "command": "uvx",
      "args": [
        "trellio-mcp"
      ],
      "env": {
        "TRELLO_API_KEY": "<TRELLO_API_KEY>",
        "TRELLO_TOKEN": "<TRELLO_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Trello in other clients