MCP.so
登录

DreamFactory MCP

@dreamfactorysoftware

关于 DreamFactory MCP

DreamFactory MCP Server enables AI assistants like Claude to directly query your databases through DreamFactory's auto-generated REST APIs.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

dreamfactorysoftware

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "add": {
      "command": "node",
      "args": [
        "/Users/dreamfactory/Documents/df-mcp/build/index.js"
      ],
      "env": {
        "DREAMFACTORY_URL": "https://example.dreamfactory.com/api/v2/<service-name>",
        "DREAMFACTORY_API_KEY": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is DreamFactory MCP?

DreamFactory MCP is a Model Context Protocol (MCP) server that integrates DreamFactory with Claude Desktop. It allows users to access DreamFactory’s API capabilities directly through Claude’s interface.

How to use DreamFactory MCP?

Clone the repository, install dependencies with npm install, build with npm run build, then configure Claude Desktop’s claude_desktop_config.json to point to the built index.js and set the DREAMFACTORY_URL and DREAMFACTORY_API_KEY environment variables. Restart Claude Desktop to enable the server.

Key features of DreamFactory MCP

  • Connects Claude Desktop to a DreamFactory instance
  • Uses the Model Context Protocol (MCP) for communication
  • Requires only a DreamFactory URL and API key
  • Simple JSON configuration in Claude Desktop settings
  • Leverages DreamFactory’s REST API through natural language

Use cases of DreamFactory MCP

  • Querying DreamFactory databases or services via Claude conversation
  • Managing DreamFactory API endpoints through Claude’s interface
  • Automating DreamFactory workflows using Claude’s reasoning

FAQ from DreamFactory MCP

How do I install DreamFactory MCP?

Clone the repo, run npm install then npm run build. Add the server configuration to Claude Desktop’s developer settings and set the required environment variables.

What environment variables are required?

You must set DREAMFACTORY_URL (your DreamFactory instance URL including service name) and DREAMFACTORY_API_KEY (your API key).

Where does DreamFactory MCP store data?

The server itself does not store data; it communicates with a remote DreamFactory instance specified by the user.

Which transport does DreamFactory MCP use?

The README does not specify the transport protocol. It runs as a subprocess of Claude Desktop via a node command.

评论

其他 分类下的更多 MCP 服务器