coda for Zed
io.github.nkpar/coda
Interact with Coda.io documents, tables, and rows via the Coda API
client:Zed
transport:stdio
runtime:oci
Install coda in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"coda": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nkpar/coda-mcp:0.2.1"
],
"env": {
"CODA_API_TOKEN": "<CODA_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs