Back to Home
KeeVor icon

keevor-mysql-mcp-server

by KeeVor

Overview

Connects to a MySQL database to perform common operations like listing tables, describing tables, and executing SQL queries.

Installation

Run Command
uvx keevor-mysql-mcp-server

Environment Variables

  • DB_HOST
  • DB_PORT
  • DB_USER
  • DB_PASSWORD
  • DB_NAME

Security Notes

The `execute_sql` tool allows arbitrary SQL query execution without any apparent input sanitization or restrictions on query types, making it highly vulnerable to SQL injection attacks if exposed to untrusted input. A malicious AI prompt or direct user input could execute destructive commands (e.g., DROP TABLE, DELETE FROM) or exfiltrate data. The database user configured for this server should have the absolute minimum necessary privileges.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-02

Tags

MySQLDatabaseMCPPythonSQL