Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

analyze_security

Analyze MySQL database security by checking user accounts, password policies, SSL/TLS configuration, and privilege settings to identify potential vulnerabilities and improve database protection.

Instructions

Perform comprehensive MySQL security analysis.

Checks:

  • Anonymous user accounts

  • Users without passwords

  • Users with weak password policies

  • Root account security

  • Password validation plugin status

  • SSL/TLS configuration

  • Host-based access patterns

  • Dangerous privileges (SUPER, FILE, GRANT)

Based on MySQLTuner's security_recommendations() function.

Input Schema

NameRequiredDescriptionDefault
include_user_listNoInclude full user list in output

Input Schema (JSON Schema)

{ "properties": { "include_user_list": { "default": false, "description": "Include full user list in output", "type": "boolean" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isdaniel/MySQL-Performance-Tuner-Mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server