Security-first MCP server for PostgreSQL, SQLite, MySQL, DuckDB with SQL injection prevention.
The security-first, Python-native MCP server for database access from AI agents. Most database MCP servers give AI agents raw SQL access and hope for the best. This server assumes the LLM is untrusted input and applies 8 layers of injection prevention before any query reaches your database — including blocking UNION attacks, stacked statements, time-based injection, and comment bypasses.…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
The security-first, Python-native MCP server for database access from AI agents. Most database MCP servers give AI agents raw SQL access and hope for the best. This server assumes the LLM is untrusted input and applies 8 layers of injection prevention before any query reaches your database — including blocking UNION attacks, stacked statements, time-based injection, and comment bypasses. Supports: PostgreSQL · SQLite · MySQL · DuckDB (columnar analytics) No Docker. No cloud account. No database…