easytable mcp for Zed
io.github.chrischall/easytable-mcp
easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings
client:Zed
transport:stdio
runtime:npm
Install easytable mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"easytable-mcp": {
"command": "npx",
"args": [
"-y",
"easytable-mcp"
],
"env": {
"EASYTABLE_WS_PORT": "<EASYTABLE_WS_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs