Skip to content
VS Code

pare npm for VS Code

io.github.dave-london/pare-npm

Pare npm ג€” Structured npm/pnpm operations (install, audit, outdated, list, run) as typed JSON.

client:VS Code transport:stdio runtime:npm

Install pare npm in VS Code

.vscode/mcp.json

{
  "servers": {
    "pare-npm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/npm"
      ]
    }
  }
}

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

pare npm in other clients