Voila Groceries MCP for Zed
io.github.dearlordylord/voila-mcp
Safe personal Voila grocery automation for search, slots, cart updates, and order history
client:Zed
transport:stdio
runtime:npm
Install Voila Groceries MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
],
"env": {
"VOILA_GUEST": "<VOILA_GUEST>",
"VOILA_AUTH_SESSION_PATH": "<VOILA_AUTH_SESSION_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs