tablestakes for Zed
io.github.oborchers/tablestakes
Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools.
client:Zed
transport:stdio
runtime:pypi
Install tablestakes in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tablestakes": {
"command": "uvx",
"args": [
"tablestakes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs