mcpbeat Sign in

Queryshield MCP Server

local only

Queryshield runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 15 Sep 2026.

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

Installs per day peak 22 · avg 9 · -8% w/w
a month agotoday
56
Installs / week
pypi · queryshield-mcp
1
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] queryshield_mcp/__init__.py:1, [пакет] queryshield_mcp/__main__.py:1, [пакет] queryshield_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add queryshield -- uvx queryshield-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "queryshield": {
      "args": [
        "queryshield-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.queryshield]
command = "uvx"
args = ["queryshield-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "queryshield": {
      "args": [
        "queryshield-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "queryshield": {
      "args": [
        "queryshield-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: QUERYSHIELD_API_KEY (Agent API key issued by QueryShield.), QUERYSHIELD_BASE_URL (Override the default endpoint.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Queryshield

same job, measured the same way
MCP Postgres Nl Query
by infoinlet-marketplace

RLS/tenant-aware Postgres for AI agents — schema, read-only SQL, NL→SQL with safety rails.

26 installs/wk local only
Midplane
by midplane

Safe-by-default SQL guardrails for AI agents: AST-checked queries, per-table policy, audit log.

74 installs/wk local only
QueryBear
by spencerpauly

Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.

answering
Safedb MCP
by narekmalk

A secure MCP server that lets AI agents query databases safely.

34 installs/wk local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

82 installs/wk local only
pgops
by arzharch

Safe, audited PostgreSQL operations for AI agents: queries, migrations, EXPLAIN, containers

972 installs/wk local only
QueryPilot
by nickklos10

Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals

39 installs/wk local only
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

54 installs/wk local only

Queryshield — questions

Answers built from our own checks of this server.

Why is there no uptime for Queryshield?
Queryshield runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package queryshield-mcp was installed 56 times last week.
How do I connect Queryshield?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls queryshield-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Queryshield?
The pypi package queryshield-mcp was installed 56 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Queryshield open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.