Query and manage multiple databases with read-only access and schema inspection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-database" yet — see the docs or source repo.
Connect to a PostgreSQL database and list all tables, column types, primary keys, and indexes, organized by schema.
A structured schema overview of the database for quickly understanding table structures.
Connect to MySQL in read-only mode and query order count, revenue, and average order value for the last 30 days, summarized by week.
Weekly summarized business metrics without any risk of writing to the production database.
Compare the users table schema in both SQLite and PostgreSQL and identify structural differences that may cause sync failures.
A comparison of schema differences and likely issues to help diagnose database sync errors.
Connect to multiple databases to query, inspect schemas, and access remotely via SSH.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Explore SQL schemas and run safe read-only SELECT queries.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Connect to DuckDB via MCP for queries, table creation, and schema inspection.