1
0
mirror of https://github.com/coleam00/Archon.git synced 2026-01-11 00:58:24 -05:00
Files
archon/original_archon/agent-resources/mcps/airtable.json

14 lines
235 B
JSON

{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "pat123.abc123"
}
}
}
}