← Index

io.github.floomhq/floom

io.github.floomhq/floom·v0.1.6·Other
Quality Score
80
/100

Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "floom": {
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "env": {
        "FLOOM_BASE_URL": "<floom_base_url>",
        "FLOOM_API_KEY": "<your-floom_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "floom": {
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ],
      "env": {
        "FLOOM_BASE_URL": "<floom_base_url>",
        "FLOOM_API_KEY": "<your-floom_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @floomhq/mcp-server
§02  Environment variables
FLOOM_BASE_URL
required

Base URL of the Floom control plane

FLOOM_API_KEY
requiredsecret

API key for authenticating with Floom

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other