Safely query MariaDB through MCP with read-only defaults and built-in safeguards.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.arifulislamat/database-mcp-mariadb" MCP server from askskill: Run: claude mcp add 'io-github-arifulislamat-database-mcp-mariadb' -- npx -y @database-mcp/mariadb
Connect to the MariaDB database and calculate daily order counts and revenue for the last 30 days, returning results sorted by date ascending.
A day-by-day aggregated result set suitable for reporting or trend analysis.
Read the schema of the users table in MariaDB and list column names, types, and whether null values are allowed.
Structured schema details for the users table to help understand the database design.
Run a read-only query on the inventory table to find items with stock below 10, and limit returned rows to avoid oversized results.
A list of low-stock items returned within controlled output limits.
Developers or data analysts can expose MariaDB to an AI through this MCP tool for querying, schema inspection, and database understanding. It fits conversational workflows that need database access.
When a team wants to reduce the risk of accidental changes, this tool uses read-only defaults with row caps and timeouts. It is suitable for analysis or troubleshooting without directly modifying database contents.
This is an MCP server for MariaDB, allowing MCP-compatible AI or clients to access the database. The provided information indicates it is mainly for reading and querying data.
No. The description explicitly says it is read-only by default, which helps reduce the risk of accidental writes or deletions.
The provided description mentions row caps, timeouts, and that secrets are never logged. These safeguards help limit result size, avoid long-running blocks, and protect sensitive information.
MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.
MCP server for MySQL. Read-only by default, row caps, statement timeouts, secrets never logged.
MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.
Connect to MariaDB, inspect schemas, and run safe read-only queries.
Execute SQL queries on MariaDB through an MCP server with YAML configuration.
Safely let AI query PostgreSQL, MySQL, and SQLite in read-only mode.
Let AI assistants securely query and manage multiple MySQL or MariaDB databases.
Safe async MySQL/MariaDB queries via an MCP server.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.