Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The loop engineering harness. AI workers that run on a loop.
Schedule them, trigger them, require approvals, and keep every run on the record.
A worker is a folder: worker.yml + SKILL.md or run.py. Deploy it from Claude Code, Codex, or the CLI. Run it from the UI, REST, or MCP.
Get started Β· Build a worker Β· Try the hosted version Β· Read the docs
Most "AI automation" is a chat window you babysit, or a no-code graph that bills you per task and can't be audited. Floom is the loop engineering harness: a real runtime where a worker is a readable package, it runs on a loop without you watching, and every execution leaves logs, outputs, tool calls, approvals, and a replay you can trust. Used natively from Claude Code and Codex via MCP or CLI.
Floom lets an agent or developer turn a Python script into a worker that non-developers can run from a UI, other systems can call through REST, and AI agents can operate through MCP.
Start with three files:
Then validate, deploy, and run:
Read BUILDING.md for the full copy-paste worker contract.
Floom turns repeatable knowledge-work automations into background AI workers. A worker can run manually, on a schedule, from a webhook, or from an app event. The runtime keeps the worker definition, input schema, output schema, logs, tool calls, approvals, and run history inspectable.
Use Floom when you want an AI agent to do recurring work without turning that work into an opaque chat thread, a hard-to-diff automation graph, or a one-off script with no supervision.
AI agents and developers can build a Floom worker from a folder:
Deploy the worker with:
After deployment, Floom exposes the worker in the UI, through REST endpoints, and through the Floom MCP server for AI clients. For the complete copy-paste build contract, read BUILDING.md.
A worker is a folder-backed job definition. Describe the work in plain English (SKILL.md) or hand it a script (run.py), declare its tools, trigger, memory, and secrets in worker.yml, and Floom runs it.
It runs at 9am, calls only the two GitHub tools it declared, and writes digest.md to a run you can open, replay, or roll back:
The full manifest adds schema_version, title, version, and declared outputs. See workers/ for runnable examples, BUILDING.md for a minimal deployable worker, and the agent cookbook.
| runs in | host isolation | tools | side effects | |
|---|---|---|---|---|
Script (run.py / .sh / .js / .ts) | E2B sandbox microVM | isolated filesystem, env & process; platform secrets withheld | sandbox + declared connections | approval gate when declared |
Agent (SKILL.md) | AgentDriver in the API process (trusted bundles only) | not microVM-isolated by policy | declared connections, allow-listed | approval gate when declared |
Sandboxes allow public network egress by default and block private/internal ranges; a stricter allowlist is optional. Full trust model: ARCHITECTURE.md.
| What it is | Self-hosted runtime to create, run, and supervise background AI agents |
| Best for | Recurring agent work: inbox triage, digests, outreach drafting, enrichment, monitoring |
| Agent types | Script (run.py/.sh/.js/.ts) and plain-English agent (SKILL.md) |
| Isolation | Script workers run in E2B sandbox microVMs - isolated host filesystem, env & process; platform secrets withheld |
| Triggers | Manual, schedule (cron), webhook, Composio event |
| Safety | Human-in-the-loop approvals for side-effecting agents; tools allow-listed per agent |
| On the record | Every run records logs, outputs, tool calls, approval state, replay + rollback |
| Cost model | Floom adds no per-task fee - you pay E2B sandbox runtime (per second) plus your model/API provider usage |
| Stack | Next.js + Tailwind UI Β· FastAPI + SQLite API Β· MCP server + CLI |
| Runs on | Linux, macOS, Windows (Python 3.11+, Node 20+) |
| License | MIT Β· hosted version |
| raw scripts | Zapier / Make | hand-rolled MCP server | Floom | |
|---|---|---|---|---|
| Worker definition | ad-hoc prompt or code | visual graph, hard to diff | custom tool server code | a folder: worker.yml + SKILL.md or run.py |
| Runtime | cron, shell, or local process | vendor automation runtime | whatever the developer builds | agent runtime with triggers, runs, logs, outputs, approvals, replay, and rollback |
| Isolation | runs on your host | vendor cloud, opaque | depends on implementation | E2B sandbox microVM for script workers |
| Tool access | whatever the script can reach | per-connector | MCP tools only | declared and allow-listed per worker |
| Side effects | fire immediately | workflow-dependent | custom approval logic | human approval gate when declared |
| Observability | scrollback, if any | per-step logs | custom logs | logs, tool calls, outputs, artifacts, approval state, replay, and rollback |
| Agent access | custom wrapper needed | not an agent-native build target | agent can call tools, but app runtime is separate | MCP tools let agents create, run, watch, and inspect workers |
| Cost model | model tokens and infrastructure | per-task or per-execution fees | model tokens and infrastructure | no per-task fee; you pay runtime and provider usage |
| Hosting | your host | vendor only | your host | self-host, or hosted |
Linux / macOS
Windows PowerShell
Requires Python 3.11+, Node.js 20+, Git, a model provider key, and an E2B key from e2b.dev. Open http://localhost:3000 and sign in - no auth secret for local dev, and the example agents are seeded on first boot.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/floom)<a href="https://allmcps.com/mcp/floom"><img src="https://allmcps.com/api/badge/floom?style=directory" alt="Floom on AllMCPs" /></a>