Skip to content
Zed

Peckish — DoorDash ordering for Zed

io.github.cydvilla/peckish

Order food on DoorDash — compare real fee-included totals; you approve every order.

client:Zed transport:stdio runtime:npm

Install Peckish — DoorDash ordering 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": {
    "peckish": {
      "command": "npx",
      "args": [
        "-y",
        "peckish-mcp"
      ],
      "env": {
        "DD_CLI_PATH": "<DD_CLI_PATH>"
      }
    }
  }
}

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

Peckish — DoorDash ordering in other clients