Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Voila Groceries MCP in other clients