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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント