df-mcp-server

dreamfactorysoftware/df-mcp-server
★ 2 stars PHP 🤖 AI/LLM Updated today
DreamFactory is a self-hosted platform providing governed API access to any data source for enterprise apps and local LLMs.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "df-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dreamfactorysoftware/df-mcp-server"
      ]
    }
  }
}