MySQL Database
Integrates with MySQL databases on Windows systems, providing an API for executing SQL queries and retrieving results with user authentication and error handling support.
4 stars
0 tools
Created Aug 2025
@tristanlib/tristanlib-mysql-database-mcp-server-mysql-windowsAbout
Integrates with MySQL databases on Windows systems, providing an API for executing SQL queries and retrieving results with user authentication and error handling support.
Categories
general
Installation
npm
npm install @tristanlib/tristanlib-mysql-database-mcp-server-mysql-windows
Configuration
{
"mcpServers": {
"tristanlib-mysql-database-mcp-server-mysql-windows": {
"command": "npx",
"args": [
"-y",
"@tristanlib/tristanlib-mysql-database-mcp-server-mysql-windows"
]
}
}
}