Database MCP Mariadb runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from pypi. Last commit 17 Jul 2026.
MCP server for MariaDB. Read-only by default, row caps, timeouts, secrets never logged.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add database-mcp-mariadb -- npx -y @database-mcp/mariadb
{
"mcpServers": {
"database-mcp-mariadb": {
"args": [
"-y",
"@database-mcp/mariadb"
],
"command": "npx"
}
}
}
[mcp_servers.database-mcp-mariadb]
command = "npx"
args = ["-y", "@database-mcp/mariadb"]
{
"mcpServers": {
"database-mcp-mariadb": {
"args": [
"-y",
"@database-mcp/mariadb"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"database-mcp-mariadb": {
"args": [
"-y",
"@database-mcp/mariadb"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.