Quarry MCP Server

中文文档 → · Website → Every database tool you know - DBeaver, TablePlus, pgAdmin - assumes a human at the keyboard. It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 3 · #65 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Quarry

Claude Code

claude mcp add wangggym-quarry -- uvx quarry-db

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wangggym-quarry": {
      "command": "uvx",
      "args": [
        "quarry-db"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-06-30 - young repo, little track record yet

license MIT - declared in the repository

pypi package quarry-db - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Wangggym is GitHub-verified and matches the repo owner

03 · What Quarry can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.23.0 · 2026-08-25

v0.23.0 (2026-08-25) · _This release is published under the MIT License._ · Replace GUI favicon with crystal mark (#121, 2af7f7a) · --- · Detailed Changes: v0.22.0...v0.23.0

v0.22.0 · 2026-08-20

v0.22.0 (2026-08-20) · _This release is published under the MIT License._ · 支持 PostgreSQL 多 schema 表浏览 (#119, 038e57b) · --- · Detailed Changes: v0.21.3...v0.22.0

v0.21.3 · 2026-08-09

v0.21.3 (2026-08-09) · _This release is published under the MIT License._ · 恢复 semantic-release 后的 PyPI 发布 · --- · Detailed Changes: v0.21.2...v0.21.3

04 · Who maintains Quarry

quarry is maintained by wangggym. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
database - ranked #65 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-25)
registry
io.github.Wangggym/quarry (active, first published 2026-07-02)
packages
pypi:quarry-db

06 · Quarry FAQ

What is Quarry?

中文文档 → · Website → Every database tool you know - DBeaver, TablePlus, pgAdmin - assumes a human at the keyboard. It runs locally over stdio via the published package.

Is Quarry still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Quarry?

Run `uvx quarry-db`. You can also paste the ready-made client config above.

Does Quarry run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Quarry

More database MCP servers · DB Connect MCP · Open MCP Apps · A2db · Lumen · Aiven MCP

More Python MCP servers · Wattcoin MCP Server · Wavix · Wayforth · AI Context Flow · Webull OpenAPI · see all