Skip to content
Zed

mcp coda for Zed

io.github.vish288/mcp-coda

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

client:Zed transport:stdio runtime:pypi

Install mcp coda 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": {
    "mcp-coda": {
      "command": "uvx",
      "args": [
        "mcp-coda"
      ],
      "env": {
        "CODA_API_TOKEN": "<CODA_API_TOKEN>",
        "CODA_READ_ONLY": "<CODA_READ_ONLY>"
      }
    }
  }
}

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

mcp coda in other clients