Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
querypilot · pypi · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nickklos10/querypilot",
"description": "Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals",
"title": "QueryPilot",
"repository": {
"url": "https://github.com/nickklos10/QueryPilot",
"source": "github",
"id": "1223044760"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/nickklos10/QueryPilot#mcp-server",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "querypilot",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Selects the `querypilot mcp` subcommand (as opposed to `serve` or `eval`).",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "SQLAlchemy-style database connection URL, e.g. sqlite:///demo.db or postgresql://user:pass@host:5432/db. Equivalent to --database-url.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "QUERYPILOT_DATABASE_URL"
},
{
"description": "SQL dialect for the connector. Equivalent to --dialect.",
"format": "string",
"default": "sqlite",
"choices": [
"sqlite",
"postgres",
"postgresql"
],
"name": "QUERYPILOT_DIALECT"
},
{
"description": "Maximum rows returned per query. Equivalent to --max-rows.",
"format": "number",
"default": "100",
"name": "QUERYPILOT_MAX_ROWS"
},
{
"description": "Query execution timeout in seconds. Equivalent to --timeout-seconds.",
"format": "number",
"default": "10",
"name": "QUERYPILOT_TIMEOUT_SECONDS"
},
{
"description": "JSON-encoded AccessPolicy (blocked_columns, allowed_columns, row_filters, masking_rules) enforced before execution. Equivalent to --access-policy-json.",
"format": "string",
"name": "QUERYPILOT_ACCESS_POLICY_JSON"
},
{
"description": "MCP transport used by `querypilot mcp`. Equivalent to --transport. Most MCP clients should leave this at stdio; streamable-http is for clients that speak Streamable HTTP directly.",
"format": "string",
"default": "stdio",
"choices": [
"stdio",
"streamable-http",
"sse"
],
"name": "QUERYPILOT_MCP_TRANSPORT"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "manual",
"version": "0.1.1"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-11T17:57:41.247728Z",
"publishedAt": "2026-07-11T17:57:41.247728Z",
"updatedAt": "2026-07-11T17:57:41.247728Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.