mariadb-mcp-server MCP Server
cemalturkcan/mariadb-mcp-server
MCP server for MariaDB/MySQL with per-connection read/write access control
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
cemalturkcan/mariadb-mcp-server is a JavaScript MCP server licensed under MIT. MCP server for MariaDB/MySQL with per-connection read/write access control
Ranked #36 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
174 weekly installs → early adoption
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mariadb-mcp-server MCP (Model Context Protocol) server for MariaDB/MySQL databases. Provides AI assistants with safe, controlled database access through per-connection read/write permissions. ## Features - **Multi-connection** — manage multiple MariaDB/MySQL databases from a single server - **Per-connection access control** — `read` and `write` flags per connection - **Optional limits** — `statement_timeout_ms`, `default_row_limit`, `max_row_limit` (all optional, unlimited by default) - **SQL guard** — validates queries to prevent accidental writes through read tools - **Transaction support** — atomic multi-query execution on writable connections ## Installation ```bash npm install -g @cemalturkcann/mariadb-mcp-server ``` Or use directly with npx: ```bash npx @cemalturkcann/mariadb-mcp-server ``` ## Configuration The server looks for `config.json` in this order: 1. `DB_MCP_CONFIG_PATH` environment variable 2. Next to the package (`../config.json` relative to `src/`) 3. CurrRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.