mysql-server

MySQL server software for running a relational database that supports SQL queries, transactions, indexing, and replication (depending on configuration).

Evaluated Mar 30, 2026 (30d ago)
Homepage ↗ Repo ↗ Databases databases mysql sql relational self-hosted
⚙ Agent Friendliness
32
/ 100
Can an agent use this?
🔒 Security
54
/ 100
Is it safe for agents?
⚡ Reliability
45
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
50
Error Messages
0
Auth Simplicity
60
Rate Limits
0

🔒 Security

TLS Enforcement
70
Auth Strength
60
Scope Granularity
50
Dep. Hygiene
50
Secret Handling
40

Security depends heavily on configuration: enforce TLS for client connections, restrict network exposure, apply strong authentication/password policy, least-privilege DB users/roles, and keep MySQL updated. As a server, it does not inherently provide modern API auth scopes or rate-limit semantics.

⚡ Reliability

Uptime/SLA
0
Version Stability
70
Breaking Changes
60
Error Recovery
50
AF Security Reliability

Best When

You need a widely supported relational database and can manage MySQL server deployment, configuration, backups, and security hardening.

Avoid When

You cannot ensure operational security (networking, authentication, patching) or you only need lightweight embedded storage without a running database service.

Use Cases

  • Host an application database (OLTP)
  • Build products requiring relational data modeling
  • Run analytics over subsets of operational data
  • Set up replication and high availability (with configuration)
  • Data storage for web services and internal tools

Not For

  • Serverless database usage without self-management
  • Highly specialized non-relational workloads (would require other DBs)
  • Environments where you cannot run/operate database infrastructure

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
No

Authentication

Methods: MySQL user accounts (username/password) Authentication plugins (varies by MySQL version/config)
OAuth: No Scopes: No

Auth is handled via database accounts/roles (if configured). No OAuth/scoped API access is inherent to the server software itself.

Pricing

Free tier: No
Requires CC: No

Typically self-hosted open-source/community or enterprise licensing depending on distribution/support; no direct usage-based pricing is implied by the server package itself.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • SQL statements are stateful; retries may duplicate writes unless the operation is idempotent or wrapped safely
  • Connection setup/teardown and timeouts can affect agent-driven workflows
  • Schema changes/migrations require careful ordering to avoid breaking dependent queries
  • Use of least-privilege DB accounts is critical to prevent agents from performing destructive operations

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mysql-server.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered