MCP Server
MCP
io.github.bch1212/queryshield
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
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
By
Comments
Sign in to leave a comment