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
{
"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