yunzer_go/隧道链接
2025-11-03 10:11:33 +08:00

35 lines
698 B
Plaintext

ssh -L 3306:43.133.71.191:3308 root@43.133.71.191 -N
mcp配置
{
"mcpServers": {
"Figma AI Bridge": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": "figd_IW2NsTPR0XAEls5ufvFbj2lq4coRTHlTbqExc1dV"
}
},
"MySQL Server": {
"command": "powershell",
"args": [
"-Command",
"npx -y @f4ww4z/mcp-mysql-server"
],
"env": {
"MYSQL_HOST": "43.133.71.191",
"MYSQL_PORT": "3308",
"MYSQL_USER": "root",
"MYSQL_PASSWORD": "920103",
"MYSQL_DATABASE": "gotest"
}
}
}
}