DreamFactory is a REST API generation platform with support for hundreds of data sources, including Microsoft SQL Server, MySQL, PostgreSQL, and MongoDB. The DreamFactory MCP Server makes it easy for users to securely interact with their data sources via an MCP client.
284
8 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
dreamfactory-mcp
to the mcpServers
section:{
"mcpServers": {
"dreamfactory-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DREAMFACTORY_URL",
"-e",
"DREAMFACTORY_API_KEY",
- mcp/df-mcp@sha256:c71c0564003a8dc4409aedd54a0e5bb4a0cd26ff91de849b46526aadb90f3aa8
],
"env": {
"DREAMFACTORY_URL": "{{dreamfactory-mcp.dreamfactoryurl}}",
"DREAMFACTORY_API_KEY": "{{dreamfactory-mcp.dreamfactoryapikey}}"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP DreamFactory MCP Server
version: 1.0.1
schema: v1
mcpServers:
- name: DreamFactory MCP Server
command: docker
args:
- run
- --rm
- -i
- -e
- DREAMFACTORY_URL
- -e
- DREAMFACTORY_API_KEY
- mcp/df-mcp@sha256:c71c0564003a8dc4409aedd54a0e5bb4a0cd26ff91de849b46526aadb90f3aa8
env:
DREAMFACTORY_URL: "{{dreamfactory-mcp.dreamfactoryurl}}"
DREAMFACTORY_API_KEY: "{{dreamfactory-mcp.dreamfactoryapikey}}"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
dreamfactory-mcp
to the mcpServers
section:{
"mcpServers": {
"dreamfactory-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DREAMFACTORY_URL",
"-e",
"DREAMFACTORY_API_KEY",
- mcp/df-mcp@sha256:c71c0564003a8dc4409aedd54a0e5bb4a0cd26ff91de849b46526aadb90f3aa8
],
"env": {
"DREAMFACTORY_URL": "{{dreamfactory-mcp.dreamfactoryurl}}",
"DREAMFACTORY_API_KEY": "{{dreamfactory-mcp.dreamfactoryapikey}}"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for