Loading repository data…
Loading repository data…
dreamfactorysoftware / repository
DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.
DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.
DreamFactory is built on the Laravel framework and serves as a governed AI data access layer between your applications and data sources. Whether you're building internal tools, mobile apps, or connecting AI models to enterprise data, DreamFactory provides a single, secure AI data gateway.
DreamFactory connects to your database, introspects the schema, and generates a complete REST API with full CRUD operations, relationship handling, stored procedure access, and OpenAPI/Swagger documentation — all in minutes.
Quick Start:
DreamFactory connects to a wide range of databases and services out of the box.
| Database | Connector Package | Features |
|---|---|---|
| MySQL / MariaDB | df-mysqldb | Full CRUD, stored procedures, views, relationships |
| PostgreSQL | df-sqldb | Full CRUD, stored procedures, views, relationships |
| SQL Server | df-sqlsrv | Full CRUD, stored procedures, views, relationships |
| Oracle | df-oracledb | Full CRUD, stored procedures, views, relationships |
| SQLite | df-sqldb | Full CRUD, views |
| IBM Db2 | df-ibmdb2 | Full CRUD, stored procedures |
| SAP SQL Anywhere | df-sqlanywhere | Full CRUD, stored procedures |
| Firebird | df-firebird | Full CRUD, stored procedures |
| Snowflake | df-snowflake | Full CRUD, views |
| Apache Spark / Databricks | df-spark | Full CRUD, Spark SQL |
| Database | Connector Package |
|---|---|
| MongoDB | df-mongodb |
| Apache Cassandra | df-cassandra |
| Couchbase | df-couchbase |
| CouchDB | df-couchdb |
| Service | Description |
|---|---|
| Local File Storage | Manage files and folders via REST API |
| AWS S3 | Amazon S3 bucket operations |
| Azure Blob Storage | Azure blob and container management |
| SFTP / FTP | Remote file system access |
| Email (SMTP) | Send emails via API |
| Push Notifications | Apple and Google push notifications |
| SOAP Services | Convert SOAP/WSDL services to REST |
DreamFactory includes a built-in MCP (Model Context Protocol) server that enables AI assistants and large language models to securely query your databases through governed API endpoints.
# Install DreamFactory with MCP support using NPX
npx @dreamfactory/create-df-mcp
Or configure your existing DreamFactory instance as an MCP server. See the MCP Server documentation for setup instructions.
DreamFactory can be installed on Linux, Windows, Docker, or Kubernetes.
Install DreamFactory and all dependencies in under 5 minutes using our automated installers:
git clone https://github.com/dreamfactorysoftware/dreamfactory.git
cd dreamfactory/installers
sudo bash dfsetup.run
See the Linux installers directory for supported distributions.
Follow our step-by-step guide for installing DreamFactory on Windows with IIS or Apache:
The fastest way to get started. Spins up DreamFactory, MySQL, Redis, and a sample PostgreSQL database:
git clone https://github.com/dreamfactorysoftware/df-docker.git
cd df-docker
docker compose up -d
See the df-docker repository for full instructions.
Deploy DreamFactory to your Kubernetes cluster using our official Helm chart:
helm repo add dreamfactory https://dreamfactorysoftware.github.io/df-helm
helm install dreamfactory dreamfactory/dreamfactory
See the [df-helm repository](https://git