walmart for Zed
io.github.markswendsen-code/walmart
MCP server for Walmart - search products, manage cart, track orders
client:Zed
transport:stdio
runtime:npm
Install walmart in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"walmart": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-walmart"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs