sfcc dev mcp for Zed
io.github.taurgis/sfcc-dev-mcp
MCP server for Salesforce B2C Commerce Cloud development assistance
client:Zed
transport:stdio
runtime:npm
Install sfcc dev mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sfcc-dev-mcp": {
"command": "npx",
"args": [
"-y",
"sfcc-dev-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs