Securely query multiple databases with built-in SQL injection prevention.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.Fashad-Ahmed/universal-db-mcp" MCP server from askskill: Run: claude mcp add 'io-github-fashad-ahmed-universal-db-mcp' -- npx -y universal-db-mcp
Connect to a PostgreSQL database and count users registered in the last 30 days, grouped by day, using parameterized queries to avoid SQL injection.
A securely executed query result with daily new user counts.
Connect to MySQL and SQLite, inspect the orders table schema, list the first 10 rows, and compare field differences.
Schemas, sample rows, and a comparison of field differences across both databases.
Connect to a local DuckDB file and calculate total sales and average order value by region from the sales table, sorted by total sales descending.
Regional sales aggregates ready for analysis or reporting.
Access multiple SQL databases with schema discovery, caching, and safety controls.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Query databases in natural language and auto-generate and execute SQL.
Query and manage multiple databases with read-only access and schema inspection.
Safely explore and analyze data across multiple databases with read-only access.
Safely query and inspect PostgreSQL databases without enabling risky write operations by default.