Files
AzerothCore-RealmMaster/.mcp.json
2025-10-03 02:13:59 -04:00

15 lines
333 B
JSON

{
"mcpServers": {
"mysql": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-mysql"],
"env": {
"MYSQL_HOST": "127.0.0.1",
"MYSQL_PORT": "64306",
"MYSQL_USER": "root",
"MYSQL_PASSWORD": "azerothcore123",
"MYSQL_DATABASE": "acore_world"
}
}
}
}