mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
31 lines
720 B
JSON
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"]
|
|
}
|
|
}
|
|
} |