Skip to content
VS Code

shellquote mcp for VS Code

io.github.mukundakatta/shellquote-mcp

Safe shell argument escaping for bash, cmd.exe, and PowerShell.

client:VS Code transport:stdio runtime:npm

Install shellquote mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "shellquote-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/shellquote-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shellquote mcp in other clients