{ "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"] } } }