← Index

io.github.bch1212/queryshield

io.github.bch1212/queryshield·v1.0.1·Monitoring & Logs
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "queryshield": {
      "command": "uvx",
      "args": [
        "queryshield-mcp"
      ],
      "env": {
        "QUERYSHIELD_API_KEY": "<your-queryshield_api_key>",
        "QUERYSHIELD_BASE_URL": "<queryshield_base_url>"
      }
    }
  }
}
§02  Environment variables
QUERYSHIELD_API_KEY
requiredsecret

Agent API key issued by QueryShield.

QUERYSHIELD_BASE_URL

Override the default endpoint.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Monitoring & Logs