Skip to content
Zed

Swell MCP for Zed

io.github.devkindhq/swell

Model Context Protocol server for Swell e-commerce platform integration with AI assistants

client:Zed transport:stdio runtime:npm

Install Swell MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "swell": {
      "command": "npx",
      "args": [
        "-y",
        "swell-mcp"
      ],
      "env": {
        "SWELL_STORE_ID": "<SWELL_STORE_ID>",
        "SWELL_SECRET_KEY": "<SWELL_SECRET_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Swell MCP in other clients