mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"mcpServers": {
|
|
"airtable": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"airtable-mcp-server"
|
|
],
|
|
"env": {
|
|
"AIRTABLE_API_KEY": "pat123.abc123"
|
|
}
|
|
}
|
|
}
|
|
} |