Skip to content

Commit 7d7cbc9

Browse files
authored
Generated DreamFactory server.yaml file per Docker MCP Registry instructions (github#226)
1 parent 62fe799 commit 7d7cbc9

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: dreamfactory-mcp
2+
image: mcp/df-mcp
3+
type: server
4+
meta:
5+
category: database
6+
tags:
7+
- database
8+
about:
9+
title: DreamFactory MCP Server
10+
description: 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.
11+
icon: https://avatars.githubusercontent.com/u/2593688?v=4
12+
source:
13+
project: https://github.com/dreamfactorysoftware/df-mcp
14+
config:
15+
description: Configure the connection to DreamFactory MCP Server
16+
env:
17+
- name: DREAMFACTORY_URL
18+
example: https://your-dreamfactory-instance.com/api/v2/your-api
19+
value: '{{dreamfactory-mcp.dreamfactory_url}}'
20+
- name: DREAMFACTORY_API_KEY
21+
example: 1234abcd1234abdd
22+
value: '{{dreamfactory-mcp.dreamfactory_api_key}}'
23+
parameters:
24+
type: object
25+
properties:
26+
dreamfactoryurl:
27+
type: string
28+
dreamfactoryapikey:
29+
type: string

0 commit comments

Comments
 (0)