floom for Zed
io.github.floomhq/floom
Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.
client:Zed
transport:stdio
runtime:npm
Install floom in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"floom": {
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
],
"env": {
"FLOOM_BASE_URL": "<FLOOM_BASE_URL>",
"FLOOM_API_KEY": "<FLOOM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs