storefront mcp for Zed
io.github.maarmapa/storefront-mcp
E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.
client:Zed
transport:stdio
runtime:npm
Install storefront mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"storefront-mcp": {
"command": "npx",
"args": [
"-y",
"storefront-mcp"
],
"env": {
"CATALOG_ADAPTER": "<CATALOG_ADAPTER>",
"MCP_SECRET": "<MCP_SECRET>",
"MCP_SERVER_NAME": "<MCP_SERVER_NAME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs