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.
Execute SQL queries on MariaDB through an MCP server with YAML configuration.
Explore SQL schemas and run safe read-only SELECT queries.
Connect to MySQL for safe read-only queries and schema exploration.
Connect to multiple databases to query, inspect schemas, and access remotely via SSH.
Query and manage multiple databases with read-only access and schema inspection.
Safely run read-only MySQL queries and inspect databases, tables, and schemas.