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 major databases via MCP to run SQL queries and commands.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Safely explore and analyze data across multiple databases with read-only access.
Connect to PostgreSQL via MCP for queries, schema inspection, and database changes.
Access multiple SQL databases with schema discovery, caching, and safety controls.
Safely inspect and query PostgreSQL databases using natural language.