Skip to content

Spreadsheet DB for Zed

io.github.manddarinshop/spreadsheet-db-mcp

SQLite-authoritative entity database with an async Google Sheets projection for AI agents.

client:Zed transport:stdio runtime:npm

Install Spreadsheet DB 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": {
    "spreadsheet-db-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spreadsheet-db-mcp"
      ],
      "env": {
        "HIKOUTEI_MCP_CONFIG": "<HIKOUTEI_MCP_CONFIG>",
        "HIKOUTEI_SYNC_SPREADSHEET_URL": "<HIKOUTEI_SYNC_SPREADSHEET_URL>",
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}

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

Spreadsheet DB in other clients