Hi, I have activated Node.js Sandbox mcp in docker desktop. I need to add some json config in claude_desktop_config.json to make claude communicate ith it.
I came across the following but I think it is for a linux machine
},
"node-code-sandbox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/var/run/docker.sock:/var/run/docker.sock",
"-v",
"/Users/YOUR_USERNAME/Desktop/sandbox-output:/root",
"mcp/node-code-sandbox"
],
So what should be the text for windows? Thanks in advance
Hi, I have activated Node.js Sandbox mcp in docker desktop. I need to add some json config in claude_desktop_config.json to make claude communicate ith it.
I came across the following but I think it is for a linux machine
},
"node-code-sandbox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/var/run/docker.sock:/var/run/docker.sock",
"-v",
"/Users/YOUR_USERNAME/Desktop/sandbox-output:/root",
"mcp/node-code-sandbox"
],
So what should be the text for windows? Thanks in advance