Skip to content
Windsurf

storefront mcp for Windsurf

io.github.maarmapa/storefront-mcp

E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.

client:Windsurf transport:stdio runtime:npm

Install storefront mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "storefront-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-mcp"
      ],
      "env": {
        "CATALOG_ADAPTER": "<CATALOG_ADAPTER>",
        "MCP_SECRET": "<MCP_SECRET>",
        "MCP_SERVER_NAME": "<MCP_SERVER_NAME>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

storefront mcp in other clients