Loading MCP server directory, please wait...
Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals
npx @getmcp/cli add io.github.nickklos10/querypilotRequires Python 3.10+. Community-contributed server. Review source before installing.
QUERYPILOT_DATABASE_URLSQLAlchemy-style database connection URL, e.g. sqlite:///demo.db or postgresql://user:pass@host:5432/db. Equivalent to --database-url.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nickklos10/querypilot": {
"command": "uvx",
"args": [
"querypilot",
"mcp"
],
"env": {
"QUERYPILOT_DATABASE_URL": "",
"QUERYPILOT_DIALECT": "sqlite",
"QUERYPILOT_MAX_ROWS": "100",
"QUERYPILOT_TIMEOUT_SECONDS": "10",
"QUERYPILOT_ACCESS_POLICY_JSON": "",
"QUERYPILOT_MCP_TRANSPORT": "stdio"
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)