Skip to content
VS Code

quarry for VS Code

io.github.wangggym/quarry

Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default.

client:VS Code transport:stdio runtime:pypi

Install quarry in VS Code

.vscode/mcp.json

{
  "servers": {
    "quarry": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quarry-db"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

quarry in other clients