Agent Storefront for VS Code
ai.clize/storefront
Let your AI agent run a real store: checkout, orders, refunds, shipping and support.
client:VS Code
transport:stdio
runtime:npm
Install Agent Storefront in VS Code
.vscode/mcp.json
{
"servers": {
"storefront": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clize/storefront"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs