更新mcp配置
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user