trello mcp server for Zed
io.github.billnobill/trello-mcp-server
Trello Model Context Protocol (MCP) Server for AI Agents
client:Zed
transport:stdio
runtime:npm
Install trello mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"trello-mcp-server": {
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<TRELLO_API_KEY>",
"TRELLO_TOKEN": "<TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<TRELLO_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs