← Back to Plugins
MCP Server MCP

io.github.Wangggym/quarry

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx quarry-db

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "quarry-db",
      "version": "0.2.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "resolve the qy entry point from the quarry-db package",
          "value": "quarry-db",
          "type": "named",
          "name": "--from"
        },
        {
          "description": "Quarry CLI entry point",
          "value": "qy",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "description": "serve the MCP face over stdio",
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "path to a Quarry workspace directory (connections.toml + queries/)",
          "format": "filepath",
          "type": "named",
          "name": "--workspace"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...