mcpie for Zed
io.github.superangrymonkey/mcpie
Standing-order Domino's pizza button: dry-run freely, order only on explicit confirm. Cash only.
client:Zed
transport:stdio
runtime:pypi
Install mcpie in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcpie": {
"command": "uvx",
"args": [
"mcpie-pizza"
],
"env": {
"MCPIE_CONFIG": "<MCPIE_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs