Skip to content
Back to search
30
MCP

io.github.arifulislamat/database-mcp-mariadb

io.github.arifulislamat/database-mcp-mariadb

MCP server for MariaDB. Read-only by default, row caps, timeouts, secrets never logged.

Uptime
0.0%
6 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.arifulislamat/database-mcp-mysql
MCP server for MySQL. Read-only by default, row caps, statement timeouts, secrets never logged.
0 tools
database-mcp-mariadb
MCP server for MariaDB with read-only guardrails, row caps, and statement timeouts
0 tools
io.github.arifulislamat/database-mcp-postgres
MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.
0 tools
io.github.arifulislamat/database-mcp-sqlite
MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.
0 tools
timan92/mariadb-guard-ro-mcp
MCP server for MariaDB/MySQL: run read-only SQL on production safely with safeguards.
0 tools
database-mcp-mysql
MCP server for MySQL with read-only guardrails, row caps, and statement timeouts
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.arifulislamat/database-mcp-mariadb": {
      "url": "None",
      "transport": "http"
    }
  }
}