This guide walks through connecting a SQLite file to Windsurf using QueryBear’s managed MCP server.Documentation Index
Fetch the complete documentation index at: https://docs.querybear.com/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll need
- A QueryBear account (sign up free)
- A SQLite file
- Windsurf installed
Step 1: Add the SQLite connection to QueryBear
Dashboard → Connections → New connection → SQLite, with the file path.Step 2: Add QueryBear to Windsurf
Step 3: Verify
In Cascade:“What QueryBear tools do you have? List my connections.”
Try it
“In the local SQLite analytics DB, find sessions where the user bounced after viewing only one page. Outline the queries you’d run first.”Cascade plans, you approve, it runs the query via QueryBear.
SQLite + Windsurf gotchas
serverUrlnoturl. Cursor usesurl; Windsurf usesserverUrl.ATTACH DATABASEis blocked at the parser.- Cascade may call
get_schemamultiple times for big DBs — normal.
Related
- SQLite MCP server — SQLite-specific deep dive
- Windsurf client — Windsurf overview
- Security model — what the gateway protects against