
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
database-mcp-mariadb
Advanced tools
MCP server for MariaDB with read-only guardrails, row caps, and statement timeouts
MCP server giving AI clients safe, structured access to a MariaDB database. Two tools, guardrails on by default.
{
"mcpServers": {
"mariadb": {
"command": "uvx",
"args": ["database-mcp-mariadb"],
"env": {
"MARIADB_HOST": "127.0.0.1",
"MARIADB_USER": "youruser",
"MARIADB_PASSWORD": "yourpassword",
"MARIADB_DATABASE": "yourdb"
}
}
}
}
Sources, highest precedence first: flags, --config YAML, environment
variables, defaults.
MARIADB_HOST, MARIADB_PORT, MARIADB_USER, MARIADB_PASSWORD,
MARIADB_DATABASE, or a full MARIADB_DSN
(mysql://user:pass@host:3306/db, inline credentials discouraged).
MARIADB_PASSWORD_FILE=/run/secrets/mariadb_password (Docker/Kubernetes
secrets convention)connection.password: ${MARIADB_PASSWORD} (env expansion, never
a literal)The password is held in a non-printable type and redacted from all output.
execute_sql: run a single SQL statement. Returns a summary line and
compact JSON {columns, rows}.search_objects: list tables with estimated row counts, or describe one
table (columns, indexes, foreign keys).SET SESSION TRANSACTION READ ONLY at the server. Pass --allow-write
to enable writes.maxRows (default 1000, MAX_ROWS).queryTimeoutMs (default 30000, QUERY_TIMEOUT_MS)
are aborted.Full contract: docs/tool-contract.md
mcp-name: io.github.arifulislamat/database-mcp-mariadb
FAQs
MCP server for MariaDB with read-only guardrails, row caps, and statement timeouts
We found that database-mcp-mariadb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.