{"id":51030977,"url":"https://github.com/dreamfactorysoftware/df-mcp-server","last_synced_at":"2026-06-22T00:30:52.962Z","repository":{"id":334131779,"uuid":"1086390130","full_name":"dreamfactorysoftware/df-mcp-server","owner":"dreamfactorysoftware","description":"DreamFactory is a self-hosted platform providing governed API access to any data source for enterprise apps and local LLMs.","archived":false,"fork":false,"pushed_at":"2026-05-13T00:58:16.000Z","size":353,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T02:35:18.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreamfactorysoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-30T10:59:49.000Z","updated_at":"2026-04-22T20:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dreamfactorysoftware/df-mcp-server","commit_stats":null,"previous_names":["dreamfactorysoftware/df-mcp-server"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/dreamfactorysoftware/df-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamfactorysoftware%2Fdf-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamfactorysoftware%2Fdf-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamfactorysoftware%2Fdf-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamfactorysoftware%2Fdf-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamfactorysoftware","download_url":"https://codeload.github.com/dreamfactorysoftware/df-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamfactorysoftware%2Fdf-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34630753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-22T00:30:52.381Z","updated_at":"2026-06-22T00:30:52.945Z","avatar_url":"https://github.com/dreamfactorysoftware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## DreamFactory MCP Service\n\n\u003e **Note:** This repository contains the mcp service features of the DreamFactory platform. If you want the full DreamFactory platform, visit the main [DreamFactory repository](https://github.com/dreamfactorysoftware/dreamfactory).\n\n## Overview\n\nDreamFactory 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.\n\n## Installation\n\nEdit your project’s composer.json to require the following package.\n\n\t“require”:{\n\t\t\"dreamfactory/df-mcp-server\": \"~1.1.0\"\n\t}\n\nSave your composer.json and do a \"composer update\" to install the package.\n\n### MCP Daemon process\nThe Laravel package proxies every MCP request through a persistent Node.js daemon that keeps long-lived MCP server instances warm.\n\n1. Install dependencies\n   ```\n   cd daemon\n   npm install\n   ```\n2. Configure the daemon host/port (or use defaults) and point DreamFactory to it by adding the following to your `.env` file:\n   ```\n   MCP_DAEMON_ENABLED=true\n   MCP_DAEMON_URL=http://127.0.0.1:8006\n   ```\n3. Start the daemon (choose the mode you need):\n   ```\n   # Development\n   npm run dev\n\n   # Production\n   npm start\n   ```\n\nOnce the daemon is online, the MCP routes in DreamFactory automatically forward traffic to it.\n\n### Authentication\n\nThe MCP service uses OAuth-based authentication. Users must authenticate with DreamFactory via OAuth to obtain a session token. The Laravel controller validates requests and passes the session token to the daemon via the `X-DreamFactory-Session-Token` header.\n\nSee `daemon/README.md` for advanced options, available tools, and management endpoints.\n\n## Feedback and Contributions\n\n* Feedback is welcome in the form of pull requests and/or issues.\n* Contributions should generally follow the strategy outlined in [\"Contributing to a project\"](https://help.github.com/articles/fork-a-repo#contributing-to-a-project)\n* All pull requests must be in a [\"git flow\"](https://github.com/nvie/gitflow) feature branch and formatted as [PSR-2 compliant](http://www.php-fig.org/psr/psr-2/) to be considered.\n\n### License\n\nThe DreamFactory scripting script repository is open-sourced software available for use under the [Apache Version 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamfactorysoftware%2Fdf-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamfactorysoftware%2Fdf-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamfactorysoftware%2Fdf-mcp-server/lists"}