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
{
"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