MeltFlex AI for Zed
io.github.meltflexdevs/meltflex
AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.
client:Zed
transport:stdio
runtime:npm
Install MeltFlex AI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"meltflex": {
"command": "npx",
"args": [
"-y",
"meltflex-mcp"
],
"env": {
"MELTFLEX_API_KEY": "<MELTFLEX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs