Installation & Configuration
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": [
"@valuprosys/mysql-mcp-server"
],
"env": {
"MYSQL_HOST": "your-mysql-host",
"MYSQL_PORT": "3306",
"MYSQL_USER": "your-mysql-user",
"MYSQL_PASSWORD": "your-mysql-password",
"MYSQL_DATABASE": "your-default-database"
},
"disabled": false,
"autoApprove": [
"list_databases",
"list_tables",
"describe_table",
"execute_query"
]
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2025/4/21
Updated
2025/4/22