Skip to content
Zed

Pickle for Zed

io.github.adityaarsharma/pickle

Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.

client:Zed transport:stdio runtime:npm

Install Pickle 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": {
    "pickle": {
      "command": "npx",
      "args": [
        "-y",
        "pickle-mcp"
      ],
      "env": {
        "CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
        "SLACK_TOKEN": "<SLACK_TOKEN>",
        "TEAMS_TOKEN": "<TEAMS_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Pickle in other clients