Skip to content

Commit 775a02b

Browse files
authored
Merge pull request github#261 from docker/add-astro-docs-server
Fix incorrect branch names and remove Shopify MCP server
2 parents 70a354a + 3adc5b1 commit 775a02b

File tree

7 files changed

+79
-91
lines changed

7 files changed

+79
-91
lines changed

servers/airtable-mcp-server/server.yaml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,28 @@ name: airtable-mcp-server
22
image: mcp/airtable-mcp-server
33
type: server
44
meta:
5-
category: productivity
6-
tags:
7-
- productivity
5+
category: productivity
6+
tags:
7+
- productivity
88
about:
9-
title: Airtable mcp server
10-
description: Provides AI assistants with direct access to Airtable bases, allowing them to read schemas, query records, and interact with your Airtable data. Supports listing bases, retrieving table structures, and searching through records to help automate workflows and answer questions about your organized data.
11-
icon: https://avatars.githubusercontent.com/u/4953590?v=4
9+
title: Airtable MCP Server
10+
description: Provides AI assistants with direct access to Airtable bases, allowing them to read schemas, query records, and interact with your Airtable data. Supports listing bases, retrieving table structures, and searching through records to help automate workflows and answer questions about your organized data.
11+
icon: https://www.google.com/s2/favicons?domain=airtable.com&sz=64
1212
source:
13-
project: https://github.com/domdomegg/airtable-mcp-server
13+
project: https://github.com/domdomegg/airtable-mcp-server
14+
branch: master
1415
config:
15-
description: Configure the connection to Airtable mcp server
16-
secrets:
17-
- name: airtable-mcp-server.api_key
18-
env: AIRTABLE_API_KEY
19-
example: patABC123.def456ghi789jkl012mno345pqr678stu901vwx
20-
env:
21-
- name: NODE_ENV
22-
example: production
23-
value: '{{airtable-mcp-server.node_env}}'
24-
parameters:
25-
type: object
26-
properties:
27-
nodeenv:
28-
type: string
16+
description: Configure the connection to Airtable mcp server
17+
secrets:
18+
- name: airtable-mcp-server.api_key
19+
env: AIRTABLE_API_KEY
20+
example: patABC123.def456ghi789jkl012mno345pqr678stu901vwx
21+
env:
22+
- name: NODE_ENV
23+
example: production
24+
value: "{{airtable-mcp-server.node_env}}"
25+
parameters:
26+
type: object
27+
properties:
28+
nodeenv:
29+
type: string

servers/asana/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docs: https://developers.asana.com/docs/using-asanas-mcp-server

servers/box/server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ about:
1010
title: Box
1111
icon: https://avatars.githubusercontent.com/u/8659759?s=200&v=4
1212
source:
13-
project: https://github.com/box-community/mcp-server-box
14-
branch: refs/pull/4/merge
13+
project: https://github.com/dgageot/mcp-server-box
14+
branch: dockerfile
1515
config:
1616
description: Configure the connection to Box
1717
secrets:
@@ -21,7 +21,7 @@ config:
2121
env:
2222
- name: BOX_CLIENT_ID
2323
example: your_client_id
24-
value: '{{box.client_id}}'
24+
value: "{{box.client_id}}"
2525
parameters:
2626
type: object
2727
properties:

servers/dreamfactory-mcp/server.yaml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@ name: dreamfactory-mcp
22
image: mcp/df-mcp
33
type: server
44
meta:
5-
category: database
6-
tags:
7-
- database
5+
category: database
6+
tags:
7+
- database
88
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
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
1212
source:
13-
project: https://github.com/dreamfactorysoftware/df-mcp
13+
project: https://github.com/dreamfactorysoftware/df-mcp
14+
branch: master
1415
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
16+
description: Configure the connection to DreamFactory MCP Server
17+
env:
18+
- name: DREAMFACTORY_URL
19+
example: https://your-dreamfactory-instance.com/api/v2/your-api
20+
value: "{{dreamfactory-mcp.dreamfactory_url}}"
21+
- name: DREAMFACTORY_API_KEY
22+
example: 1234abcd1234abdd
23+
value: "{{dreamfactory-mcp.dreamfactory_api_key}}"
24+
parameters:
25+
type: object
26+
properties:
27+
dreamfactoryurl:
28+
type: string
29+
dreamfactoryapikey:
30+
type: string

servers/markdownify/server.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ about:
1919
description: A Model Context Protocol server for converting almost anything to Markdown.
2020
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
2121
source:
22-
upstream: https://github.com/zcaceres/markdownify-mcp
23-
project: https://github.com/cmrigney/markdownify-mcp
24-
branch: add-dockerfile
22+
project: https://github.com/zcaceres/markdownify-mcp
2523
run:
2624
volumes:
27-
- '{{markdownify.paths|volume|into}}'
25+
- "{{markdownify.paths|volume|into}}"
2826
config:
2927
description: The MCP server is allowed to access these paths
3028
parameters:

servers/quantconnect/server.yaml

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,34 @@ name: quantconnect
22
image: mcp/quantconnect
33
type: server
44
meta:
5-
category: finance
6-
tags:
7-
- finance
5+
category: finance
6+
tags:
7+
- finance
88
about:
9-
title: QuantConnect MCP Server
10-
description: The QuantConnect MCP Server is a bridge for AIs (such as Claude and OpenAI o3 Pro) to interact with our cloud platform. When equipped with our MCP, the AI can perform tasks on your behalf through our API such as updating projects, writing strategies, backtesting, and deploying strategies to production live-trading.
11-
icon: https://avatars.githubusercontent.com/u/3912814?v=4
9+
title: QuantConnect MCP Server
10+
description: The QuantConnect MCP Server is a bridge for AIs (such as Claude and OpenAI o3 Pro) to interact with our cloud platform. When equipped with our MCP, the AI can perform tasks on your behalf through our API such as updating projects, writing strategies, backtesting, and deploying strategies to production live-trading.
11+
icon: https://avatars.githubusercontent.com/u/3912814?v=4
1212
source:
13-
project: https://github.com/QuantConnect/mcp-server
13+
project: https://github.com/QuantConnect/mcp-server
14+
branch: master
1415
config:
15-
description: Configure the connection to QuantConnect MCP Server
16-
env:
17-
- name: QUANTCONNECT_USER_ID
18-
example: "12345678"
19-
value: '{{quantconnect.quantconnect_user_id}}'
20-
- name: QUANTCONNECT_API_TOKEN
21-
example: 61b2c3d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f90
22-
value: '{{quantconnect.quantconnect_api_token}}'
23-
- name: AGENT_NAME
24-
example: MCP Server
25-
value: MCP Server
26-
parameters:
27-
type: object
28-
properties:
29-
quantconnectuserid:
30-
type: string
31-
quantconnectapitoken:
32-
type: string
33-
agentname:
34-
type: string
16+
description: Configure the connection to QuantConnect MCP Server
17+
env:
18+
- name: QUANTCONNECT_USER_ID
19+
example: "12345678"
20+
value: "{{quantconnect.quantconnect_user_id}}"
21+
- name: QUANTCONNECT_API_TOKEN
22+
example: 61b2c3d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f90
23+
value: "{{quantconnect.quantconnect_api_token}}"
24+
- name: AGENT_NAME
25+
example: MCP Server
26+
value: MCP Server
27+
parameters:
28+
type: object
29+
properties:
30+
quantconnectuserid:
31+
type: string
32+
quantconnectapitoken:
33+
type: string
34+
agentname:
35+
type: string

servers/shopify/server.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)