Skip to content
Cursor

tablebridge mcp for Cursor

io.github.michael-whitecapdata/tablebridge-mcp

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

client:Cursor transport:stdio runtime:pypi

Install tablebridge mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tablebridge mcp in other clients