Skip to content
Zed

texas grocery for Zed

io.github.mgwalkerjr95/texas-grocery

MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more

client:Zed transport:stdio runtime:pypi

Install texas grocery in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "texas-grocery": {
      "command": "uvx",
      "args": [
        "texas-grocery-mcp"
      ]
    }
  }
}

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

texas grocery in other clients