QueryShield
Rank #21,430io.github.bch1212/queryshield
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
QueryShield is a Model Context Protocol (MCP) server published by bch1212. It ranks #21,430 of 115,460 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 94,030 of 115,460 servers on MCP Toplist.
Use QueryShield
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add queryshield -e "QUERYSHIELD_API_KEY=<your QUERYSHIELD_API_KEY>" -e "QUERYSHIELD_BASE_URL=<your QUERYSHIELD_BASE_URL>" -- uvx queryshield-mcpReplace each placeholder with your own value before saving.
[mcp_servers.queryshield]
command = "uvx"
args = ["queryshield-mcp"]
[mcp_servers.queryshield.env]
QUERYSHIELD_API_KEY = "<your QUERYSHIELD_API_KEY>"
QUERYSHIELD_BASE_URL = "<your QUERYSHIELD_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queryshield": {
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<your QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<your QUERYSHIELD_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queryshield": {
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<your QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<your QUERYSHIELD_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"queryshield": {
"type": "stdio",
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<your QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<your QUERYSHIELD_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queryshield": {
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<your QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<your QUERYSHIELD_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bch1212%2Fqueryshield)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fqueryshield"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fqueryshield.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
bch1212
Other servers by bch1212
- agentfetch-mcp#19,318 · 1 ver
- Agent Commerce MCP#20,517 · 4 vers
- ModelWatch#23,142 · 2 vers
- GrantIQ MCP#25,349 · 2 vers
- AgentVault#29,652 · 1 ver
- AgentTrust MCP#54,749 · 1 ver
- BizIntel MCP#54,750 · 1 ver
- InjectShield#54,751 · 1 ver
- outdooriq-mcp#54,752 · 1 ver
- PubRecords MCP#54,753 · 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 11 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.