QueryShield
Rank #18,170io.github.bch1212/queryshield
Secure SQL proxy for AI agents. Translates natural language to safe SQL via Claude, validates at the AST level (SELECT-only, no DDL/DML), enforces per-agent row-level security, and audit-logs every query.
QueryShield is a Model Context Protocol (MCP) server published by bch1212. It ranks #18,170 of 76,851 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. QueryShield is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 4, 2026 and most recently updated on May 4, 2026.
Ranks ahead of 58,681 of 76,851 servers on MCP Toplist.
Use QueryShield
Add QueryShield to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"queryshield": {
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<your QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<your QUERYSHIELD_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
bch1212
Other servers by bch1212
- GrantIQ#16,581 · 2 vers
- Agent Commerce#16,843 · 4 vers
- agentfetch-mcp#18,058 · 1 ver
- ModelWatch#18,669 · 2 vers
- AgentVault#23,383 · 1 ver
- InjectShield#23,384 · 1 ver
- AgentTrust#38,423 · 1 ver
- BizIntel#38,424 · 1 ver
- OutdoorIQ#38,425 · 1 ver
- PubRecords#38,426 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 4, 2026 |
Frequently asked questions
- Who maintains QueryShield?
- QueryShield is maintained by bch1212, which publishes 12 MCP servers (16 total versions) tracked on MCP Toplist.
- Is QueryShield listed on the Official MCP Registry?
- Yes — QueryShield is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does QueryShield have?
- MCP Toplist tracks 1 version of QueryShield, most recently published on May 4, 2026.
- Where can I find the source code for QueryShield?
- The source code for QueryShield is hosted at github.com/bch1212/queryshield.