GetFacade for Zed
ai.getfacade/mcp
Designs a real house exterior on its own photo, prices it line by line and documents it.
client:Zed
transport:stdio
runtime:npm
Install GetFacade in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@getfacade/mcp"
],
"env": {
"GETFACADE_API_KEY": "<GETFACADE_API_KEY>",
"GETFACADE_API_BASE_URL": "<GETFACADE_API_BASE_URL>",
"GETFACADE_LANG": "<GETFACADE_LANG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs