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