Files
AzerothCore-RealmMaster/.mcp.json
2025-10-04 20:44:07 -04:00

31 lines
720 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"
}
},
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
},
"docker": {
"command": "npx",
"args": ["-y", "docker-mcp"]
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}