Skip to main content

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.

This guide walks through connecting a SQLite file to Windsurf using QueryBear’s managed MCP server.

What you’ll need

  • A QueryBear account (sign up free)
  • A SQLite file
  • Windsurf installed

Step 1: Add the SQLite connection to QueryBear

DashboardConnectionsNew connectionSQLite, with the file path.

Step 2: Add QueryBear to Windsurf

1

Open Windsurf Settings

SettingsMCP ServersAdd custom server.
2

Paste the config

{
  "mcpServers": {
    "querybear": {
      "serverUrl": "https://mcp.querybear.com/mcp"
    }
  }
}
Windsurf uses serverUrl, not url.
3

Save and authorize

First QueryBear tool call triggers OAuth in browser.

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

  • serverUrl not url. Cursor uses url; Windsurf uses serverUrl.
  • ATTACH DATABASE is blocked at the parser.
  • Cascade may call get_schema multiple times for big DBs — normal.