Securely query multiple databases by alias without exposing real credentials.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.renanlido/custom-mcp-database" MCP server from askskill: Run: claude mcp add 'io-github-renanlido-custom-mcp-database' -- npx -y custom-mcp-database
Use the database alias sales-db to query PostgreSQL: count daily orders and revenue for the past 30 days, returned in ascending date order.
Returns daily aggregated results ready for analysis, including date, order count, and revenue.
Run a query through the alias prod-mysql to identify the slowest query patterns on the users table in the last 7 days and suggest practical indexing improvements.
Returns a summary of slow query patterns with index or query rewrite recommendations.
Using the aliases mongo-analytics and oracle-finance, query this week's active user count and booked revenue, then compile a comparison.
Returns a cross-database comparison of key metrics for quick business validation.
Securely query multiple databases with built-in SQL injection prevention.
Query and manage multiple databases with read-only access and schema inspection.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.
Safely query SQL and NoSQL databases through AI with zero setup.
Connect to multiple databases to query, inspect schemas, and access remotely via SSH.
Query MySQL or MariaDB safely from Claude using aliases and safeguards.