Skip to content
Cline

tablebridge mcp for Cline

io.github.michael-whitecapdata/tablebridge-mcp

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

client:Cline transport:stdio runtime:pypi

Install tablebridge mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tablebridge-mcp": {
      "command": "uvx",
      "args": [
        "tablebridge"
      ],
      "env": {
        "TABLEBRIDGE_DATA_DIR": "<TABLEBRIDGE_DATA_DIR>",
        "TABLEBRIDGE_MAX_ROWS": "<TABLEBRIDGE_MAX_ROWS>",
        "TABLEBRIDGE_RECURSIVE": "<TABLEBRIDGE_RECURSIVE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

tablebridge mcp in other clients