Skip to content

Commit 00d9af2

Browse files
authored
Create server.yaml (#106)
1 parent 19e5945 commit 00d9af2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: airtable-mcp-server
2+
image: mcp/airtable-mcp-server
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
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
12+
source:
13+
project: https://github.com/domdomegg/airtable-mcp-server
14+
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

0 commit comments

Comments
 (0)