Skip to content
Zed

sendpookie for Zed

io.github.git-akki/sendpookie

Create and send cinematic digital gifts for birthdays and anniversaries via Claude.

client:Zed transport:stdio runtime:npm

Install sendpookie 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": {
    "sendpookie": {
      "command": "npx",
      "args": [
        "-y",
        "@sendpookie/mcp"
      ],
      "env": {
        "POOKIE_API_KEY": "<POOKIE_API_KEY>"
      }
    }
  }
}

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

sendpookie in other clients