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