Skip to content

How/What code/text I should add to claude_desktop_config.json to confgure node-code-sandbox in windows machine #101

@eliassal

Description

@eliassal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions