PluginBench
MCP Server
Active
MIT

io.github.bch1212/queryshield MCP Server

io.github.bch1212/queryshield

What is the io.github.bch1212/queryshield MCP server?

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

How to install io.github.bch1212/queryshield

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • QUERYSHIELD_API_KEY
    required
    secret

    Agent API key issued by QueryShield.

  • QUERYSHIELD_BASE_URL

    Override the default endpoint.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "queryshield": {
      "command": "uvx",
      "args": [
        "queryshield-mcp"
      ],
      "env": {
        "QUERYSHIELD_API_KEY": "<YOUR_QUERYSHIELD_API_KEY>",
        "QUERYSHIELD_BASE_URL": "<YOUR_QUERYSHIELD_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "queryshield": {
      "command": "uvx",
      "args": [
        "queryshield-mcp"
      ],
      "env": {
        "QUERYSHIELD_API_KEY": "<YOUR_QUERYSHIELD_API_KEY>",
        "QUERYSHIELD_BASE_URL": "<YOUR_QUERYSHIELD_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "queryshield": {
      "command": "uvx",
      "args": [
        "queryshield-mcp"
      ],
      "env": {
        "QUERYSHIELD_API_KEY": "<YOUR_QUERYSHIELD_API_KEY>",
        "QUERYSHIELD_BASE_URL": "<YOUR_QUERYSHIELD_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "queryshield": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "queryshield-mcp"
      ],
      "env": {
        "QUERYSHIELD_API_KEY": "<YOUR_QUERYSHIELD_API_KEY>",
        "QUERYSHIELD_BASE_URL": "<YOUR_QUERYSHIELD_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add queryshield --env QUERYSHIELD_API_KEY=<YOUR_QUERYSHIELD_API_KEY> --env QUERYSHIELD_BASE_URL=<YOUR_QUERYSHIELD_BASE_URL> -- uvx queryshield-mcp

Related MCP servers

Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

1
Python
View repository →

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

0
TypeScript
MIT
View repository →

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

0
Python
MIT
View repository →

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

0
Python
MIT
View repository →

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

0
Python
MIT
View repository →

Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

0
Python
MIT
View repository →