SERVER

Database MCP Server

Rank #6,340

io.github.arifulislamat/database-mcp-mariadb

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

Listed & last published
Jul 16, 2026
OVERVIEW

Database MCP Server is a Model Context Protocol (MCP) server published by arifulislamat. It ranks #6,340 of 81,607 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Database MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.

STANDING
#6,340of 81,607 tracked serversTop 10%

Ranks ahead of 75,267 of 81,607 servers on MCP Toplist.

CONNECT

Use Database MCP Server

Add Database MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "database-mcp-mariadb": {
      "command": "npx",
      "args": [
        "-y",
        "@database-mcp/mariadb"
      ],
      "env": {
        "MARIADB_HOST": "<your MARIADB_HOST>",
        "MARIADB_USER": "<your MARIADB_USER>",
        "MARIADB_PASSWORD": "<your MARIADB_PASSWORD>",
        "MARIADB_DATABASE": "<your MARIADB_DATABASE>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Python package (PyPI)
{
  "mcpServers": {
    "database-mcp-mariadb": {
      "command": "uvx",
      "args": [
        "database-mcp-mariadb"
      ],
      "env": {
        "MARIADB_HOST": "<your MARIADB_HOST>",
        "MARIADB_USER": "<your MARIADB_USER>",
        "MARIADB_PASSWORD": "<your MARIADB_PASSWORD>",
        "MARIADB_DATABASE": "<your MARIADB_DATABASE>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

BADGE

Show your rank

Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.

MCP Toplist: Top 10% of 81,607
Markdown
[![MCP Toplist](https://mcptoplist.com/badge/io.github.arifulislamat%2Fdatabase-mcp-mariadb.svg)](https://mcptoplist.com/server/io.github.arifulislamat%2Fdatabase-mcp-mariadb)
HTML
<a href="https://mcptoplist.com/server/io.github.arifulislamat%2Fdatabase-mcp-mariadb"><img src="https://mcptoplist.com/badge/io.github.arifulislamat%2Fdatabase-mcp-mariadb.svg" alt="MCP Toplist: Top 10% of 81,607" /></a>

Variants: append ?metric=score or ?metric=stars to the image URL.

REGISTRIES

Listed on 1 registry

ORGANIZATION

arifulislamat

Organization
Servers in org
10
Versions across org
5
VERSIONS

Available versions (1)

VersionPublished
0.4.2Jul 16, 2026
FAQ

Frequently asked questions

Who maintains Database MCP Server?
Database MCP Server is maintained by arifulislamat, which publishes 10 MCP servers (5 total versions) tracked on MCP Toplist.
Is Database MCP Server listed on the Official MCP Registry?
Yes — Database MCP Server is listed on the Official MCP Registry.
How many versions does Database MCP Server have?
MCP Toplist tracks 1 version of Database MCP Server, most recently published on Jul 16, 2026.
Where can I find the source code for Database MCP Server?
The source code for Database MCP Server is hosted at github.com/arifulislamat/database-mcp.
EXPLORE