Skip to content

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

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

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

mcp server trello in other clients