Skip to content
Claude Desktop

QueryBear for Claude Desktop

io.github.spencerpauly/querybear

Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.

client:Claude Desktop transport:streamable-http

Install QueryBear in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "querybear": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.querybear.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

QueryBear in other clients