Skip to content
Zed

seatable for Zed

io.github.seatable/seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

client:Zed transport:stdio runtime:npm

Install seatable in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "seatable": {
      "command": "npx",
      "args": [
        "-y",
        "@seatable/mcp-seatable"
      ],
      "env": {
        "SEATABLE_SERVER_URL": "<SEATABLE_SERVER_URL>",
        "SEATABLE_API_TOKEN": "<SEATABLE_API_TOKEN>"
      }
    }
  }
}

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

seatable in other clients