Self-hosting
Self-hosting
Run the open-source executor, MCP gateway, dashboard, and deterministic mocks.
The repository contains runnable open-source services, not a drop-in clone of eyeball Cloud.
What you can run
| Component | Open source | Default persistence |
|---|---|---|
| Executor and provider adapters | Yes | In memory by default; provided Postgres execution/file/webhook/trigger/usage/agent stores with EYEBALL_DATABASE_URL |
| MCP Streamable HTTP gateway | Yes | In memory by default; provided Postgres session/task store with EYEBALL_DATABASE_URL |
| Dashboard | Yes | Reads executor APIs |
| Provider mocks and Mockhouse | Separate source workspace | In memory |
| Environment credential provider | Yes | Process environment |
| Development fixture vault | Yes, opt in | Process-local |
What Cloud adds
Hosted OAuth redirects and callbacks, encrypted refresh-token storage, reconnect/consent repair, managed connect UI, and hosted operations are not implemented by these OSS services.
Start with the architecture, connect real providers with Connect real providers, then configure each process.