mysql-mcp-server
Verified Safeby 54dabang
Overview
A Spring Boot-based MCP (Managed Custom Provider) server designed to connect to and manage multiple MySQL data sources.
Installation
No command providedSecurity Notes
The server handles sensitive MySQL database credentials, and the example shows passing them via command-line arguments, which can be a security risk (e.g., visible in process lists). While no direct 'eval' or obfuscation is apparent, the server's network exposure and credential management require careful securing in production.
Similar Servers
spring-documentation-mcp-server
Provides an AI-driven Model Context Protocol (MCP) server for comprehensive access to Spring ecosystem documentation, migration guides, code examples, and project compatibility, serving as a knowledge base and tool integration for AI agents.
mcp-mysql-server
Provides an MCP-compliant interface for AI models to securely interact with a MySQL database for CRUD operations, schema inspection, and performance analysis.
mysql-mcp-server
Provides a programmatic interface for interacting with a MySQL database, enabling schema retrieval and arbitrary SQL query execution through an MCP server.
mysql_mcp_server
This server provides a Model Context Protocol (MCP) interface to a MySQL database, enabling AI models to execute SQL queries and retrieve database schema information.