← Back to Plugins
MCP Server MCP

io.github.bch1212/queryshield

github By github 👁 1 views ▲ 0 votes

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

Homepage Verified source GitHub

Install

uvx queryshield-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "queryshield-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent API key issued by QueryShield.",
          "isRequired": true,
          "isSecret": true,
          "name": "QUERYSHIELD_API_KEY"
        },
        {
          "description": "Override the default endpoint.",
          "name": "QUERYSHIELD_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...