Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_server_mariadb_reader": {
"command": "node",
"args": [
"<클론된 저장소 경로>/build/index.js"
],
"env": {
"MARIADB_HOST": "",
"MARIADB_PORT": "",
"MARIADB_USER": "",
"MARIADB_PASSWORD": "",
"MARIADB_DATABASE": ""
}
}
}
}