Skip to content

Commit 1680c4b

Browse files
committed
Fix branch names and delete shopify MCP server whose repo no longer exists
1 parent 3f55a4b commit 1680c4b

6 files changed

Lines changed: 76 additions & 88 deletions

File tree

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://avatars.githubusercontent.com/u/4953590?v=4
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/box/server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ about:
1111
icon: https://avatars.githubusercontent.com/u/8659759?s=200&v=4
1212
source:
1313
project: https://github.com/box-community/mcp-server-box
14-
branch: refs/pull/4/merge
14+
branch: dgageot: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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ about:
2121
source:
2222
upstream: https://github.com/zcaceres/markdownify-mcp
2323
project: https://github.com/cmrigney/markdownify-mcp
24-
branch: add-dockerfile
2524
run:
2625
volumes:
27-
- '{{markdownify.paths|volume|into}}'
26+
- "{{markdownify.paths|volume|into}}"
2827
config:
2928
description: The MCP server is allowed to access these paths
3029
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)