Skip to content
Zed

airtable for Zed

com.mcparmory/airtable

Create, read, update, and delete records in Airtable bases and tables

client:Zed transport:stdio runtime:pypi

Install airtable in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "airtable": {
      "command": "uvx",
      "args": [
        "mcparmory-airtable"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

airtable in other clients