mcp server trello for Zed
io.github.delorenj/mcp-server-trello
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
client:Zed
transport:stdio
runtime:npm
Install mcp server trello in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-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