tablebridge mcp for Windsurf
io.github.michael-whitecapdata/tablebridge-mcp
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
client:Windsurf
transport:stdio
runtime:pypi
Install tablebridge mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tablebridge-mcp": {
"command": "uvx",
"args": [
"tablebridge"
],
"env": {
"TABLEBRIDGE_DATA_DIR": "<TABLEBRIDGE_DATA_DIR>",
"TABLEBRIDGE_MAX_ROWS": "<TABLEBRIDGE_MAX_ROWS>",
"TABLEBRIDGE_RECURSIVE": "<TABLEBRIDGE_RECURSIVE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs