texas grocery for VS Code
io.github.mgwalkerjr95/texas-grocery
MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more
client:VS Code
transport:stdio
runtime:pypi
Install texas grocery in VS Code
.vscode/mcp.json
{
"servers": {
"texas-grocery": {
"type": "stdio",
"command": "uvx",
"args": [
"texas-grocery-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs