Trello MCP Server for Zed
io.github.jimdrews/fastmcp-trello
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
client:Zed
transport:stdio
runtime:pypi
Install Trello MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fastmcp-trello": {
"command": "uvx",
"args": [
"fastmcp-trello"
],
"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