← Back to browse

database-mcp-mariadb

Indexed by io.github.arifulislamat

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMARIADB_HOST MARIADB_USER MARIADB_PASSWORD MARIADB_DATABASE
Claude Code
claude mcp add --env MARIADB_HOST= --env MARIADB_USER= --env MARIADB_PASSWORD= --env MARIADB_DATABASE= database-mcp-mariadb -- npx @database-mcp/mariadb
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"database-mcp-mariadb","command":"npx","args":["@database-mcp/mariadb"],"env":{"MARIADB_HOST":"","MARIADB_USER":"","MARIADB_PASSWORD":"","MARIADB_DATABASE":""}}'
JSON
{
  "mcpServers": {
    "database-mcp-mariadb": {
      "command": "npx",
      "args": [
        "@database-mcp/mariadb"
      ],
      "env": {
        "MARIADB_HOST": "",
        "MARIADB_USER": "",
        "MARIADB_PASSWORD": "",
        "MARIADB_DATABASE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.