DreamFactory MCP
A Model Context Protocol (MCP) server for DreamFactory integration with Claude.
Installation
- Clone this repository:
- Install dependencies:
- Build the project:
Setting up Claude Desktop
- 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:
- 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.
Usage
Once configured, the DreamFactory MCP server will be available to Claude Desktop. You can use DreamFactory's capabilities through Claude's interface.
Development
- Source code is located in the
src
directory - Built files are in the
build
directory - Use
npm start
to run the built server directly
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
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.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.Last updated -12,1671,631TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3928
- -securityFlicense-qualityA Node.js server that implements Model Context Protocol (MCP) for controlling HWP (Korean word processor) documents, allowing AI assistants like Claude to create and manipulate Hangul documents.Last updated -27Python
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables AI assistants to interact with MySQL databases by executing SQL queries and checking database connectivity.Last updated -TypeScriptMIT License