Back to directory
abel9851/mcp-server-mariadb

abel9851/mcp-server-mariadb

@abel9851

An MCP server that provides read-only access to MariaDB.

mariadbdatabasesqlmcpread-onlymysqlpython

Installation & Configuration

{
  "mcpServers": {
    "mcp_server_mariadb": {
      "command": "/PATH/TO/uvx",
      "args": [
        "mcp-server-mariadb",
        "--host",
        "${DB_HOST}",
        "--port",
        "${DB_PORT}",
        "--user",
        "${DB_USER}",
        "--password",
        "${DB_PASSWORD}",
        "--database",
        "${DB_NAME}"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13