dreamlayer for Windsurf
io.github.thedesignfounder/dreamlayer
Generate and edit images, remove backgrounds, upscale, and create sprite sheets through DreamLayer.
client:Windsurf
transport:stdio
runtime:npm
Install dreamlayer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"dreamlayer": {
"command": "npx",
"args": [
"-y",
"@dreamlayer/mcp"
],
"env": {
"DREAMLAYER_API_KEY": "<DREAMLAYER_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs