DreamFactory MCP Server enables AI assistants like Claude to directly query your databases through DreamFactory's auto-generated REST APIs. This Node.js server implements the Model Context Protocol (MCP), allowing natural language database interactions while maintaining enterprise-grade security.
A Model Context Protocol (MCP) server for DreamFactory integration with Claude.
Clone this repository:
git clone
cd df-mcp
Install dependencies:
npm install
Build the project:
npm run build
Install Claude Desktop application if you haven't already.
Open Claude Desktop and navigate to Settings.
In the Settings menu, go to the "Developer" section.
Click on "Edit Config" to modify Claude's configuration.
Add the following configuration to enable the DreamFactory MCP server:
{ "mcpServers": { "add": { "command": "node", "args": [ "/Users/dreamfactory/Documents/df-mcp/build/index.js" ], "env": { "DREAMFACTORY_URL": "https://example.dreamfactory.com/api/v2/", "DREAMFACTORY_API_KEY": "" } } } }
Important: Modify the path in the args
array to match your local installation path if different from /Users/dreamfactory/Documents/df-mcp/
.
Add your DreamFactory URL and API key to the DREAMFACTORY_URL
DREAMFACTORY_API_KEY
environment variables as required.
Save the configuration and restart Claude Desktop.
Once configured, the DreamFactory MCP server will be available to Claude Desktop. You can use DreamFactory's capabilities through Claude's interface.
src
directorybuild
directorynpm start
to run the built server directlyDiscover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!