Connect AI to databases for queries, schema management, and data export.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-database-server" yet — see the docs or source repo.
Connect to the PostgreSQL database and query total orders, revenue, and return rate for the last 30 days, summarized by week.
Returns the query results and organizes key business metrics by week.
Inspect the schema of the users table in MySQL, add a last_login column if it does not exist, and report what changes were made.
Completes schema inspection and modification, then outputs a summary of changes.
Read the inventory table from a SQLite database, filter products with stock below 10, export them as CSV, and list product names with current stock.
Generates a low-stock product list and exports the data as a downloadable CSV.
Securely access SQL Server databases in read-only mode for querying and analysis.
Let AI query, inspect, and modify a local PostgreSQL database with SQL.
Query databases in natural language and auto-generate and execute SQL.
Operate MySQL databases with natural language, multi-environment profiles, and security controls.
Connect to SQL Server to query data, inspect schema, and analyze performance.
Let AI query multiple SQL databases read-only and export results.