Rabun ยท ETL and MCP

Rabun is the open-source Rust orchestrator that ships with Burton. It runs sibling apps, subscribes to Burton Postgres publications, and serves MCP. Production HTTP is typically 127.0.0.1:8080 (GET /health, POST /mcp).

The CLI:

rabun list
rabun serve
rabun serve --transport http
rabun etl publications
rabun etl run
rabun etl status
rabun etl ingest

Tallulah installs rabun next to Burton. Versioned rustdoc: docs.burtonapp.com.