Connect to MariaDB, inspect schemas, and run safe read-only queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-server-mariadb" yet — see the docs or source repo.
Please inspect this MariaDB instance and list databases, tables, and columns grouped by database name, including key fields and data types for each table.
A structured schema overview showing available databases, tables, and columns for quick understanding.
Run a read-only query on the orders table to calculate daily order counts and revenue for the last 30 days, sorted by date ascending.
Daily order count and revenue results for the last 30 days, ready for analysis or reporting.
First inspect the relationship fields among customer, orders, and order_items, then provide a read-only SQL query to analyze repeat purchase rates across customer segments.
An explanation of table relationships plus an executable read-only SQL query for repeat purchase analysis.
Query and manage multiple databases with read-only access and schema inspection.
Interact with MySQL databases using natural language for queries and management.
Safely explore and analyze data across multiple databases with read-only access.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Connect to major databases via MCP to run SQL queries and commands.
Run read-only MySQL queries and list datasources through MCP.