MeltFlex AI for VS Code
io.github.meltflexdevs/meltflex
AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo.
client:VS Code
transport:stdio
runtime:npm
Install MeltFlex AI in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "meltflex-api-key",
"description": "MELTFLEX_API_KEY",
"password": true
}
],
"servers": {
"meltflex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meltflex-mcp"
],
"env": {
"MELTFLEX_API_KEY": "${input:meltflex-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs