Skip to content
Zed

tablebridge mcp for Zed

io.github.michael-whitecapdata/tablebridge-mcp

Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.

client:Zed transport:stdio runtime:pypi

Install tablebridge mcp 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": {
    "tablebridge-mcp": {
      "command": "uvx",
      "args": [
        "tablebridge"
      ],
      "env": {
        "TABLEBRIDGE_DATA_DIR": "<TABLEBRIDGE_DATA_DIR>",
        "TABLEBRIDGE_MAX_ROWS": "<TABLEBRIDGE_MAX_ROWS>",
        "TABLEBRIDGE_RECURSIVE": "<TABLEBRIDGE_RECURSIVE>"
      }
    }
  }
}

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

tablebridge mcp in other clients