File size: 316 Bytes
dd3af49
 
628358b
 
 
409d96b
628358b
409d96b
 
 
 
 
628358b
 
 
dd3af49
628358b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

cat <<EOF > /home/node/config.json
{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}
EOF

exec mcp-superassistant-proxy --config /home/node/config.json --host 0.0.0.0 --port 7860 --cors true