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 Claude Desktop using QueryBear’s managed MCP server. End result: Claude Desktop can query a local SQLite database from the chat UI.

What you’ll need

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

Step 1: Add the SQLite connection to QueryBear

DashboardConnectionsNew connectionSQLite:
  • File path — absolute path on the machine running the QueryBear connector.

Step 2: Add QueryBear to Claude Desktop

1

Open Settings → Connectors

Profile → SettingsConnectors.
2

Add custom connector

Click Add custom connector.
3

Fill in the form

FieldValue
Namequerybear
URLhttps://mcp.querybear.com/mcp
4

Authorize

OAuth opens in browser. Approve.

Step 3: Verify

“What QueryBear tools do you have? List my connections.”

Try it

“In the local SQLite DB, find the 5 longest support sessions and the resolution status of each.”

SQLite + Claude Desktop gotchas

  • The SQLite file must be reachable from QueryBear’s connector, not from Claude Desktop. If your file is on a server, run QueryBear there; if it’s local, the connector reads it locally.
  • Always copy DB files that other apps own (Apple Notes, browsers). Locking conflicts can be subtle.
  • ATTACH DATABASE is blocked at the parser.
  • Block sensitive content at the QueryBear level — anything Claude reads goes to Anthropic’s API.