- Install scoop (FAQ) using a non-elevated PowerShell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression- Add scoop bucket:
scoop bucket add dungeon https://github.com/gitfool/scoop-dungeon- Install apps via scoop cli:
| Name | Description | Command | Version |
|---|---|---|---|
| windbg-mcp | MCP server exposing WinDbg/DbgEng to AI agents over stdio | scoop install windbg-mcp |
- Update scoop and apps
scoop update && scoop update --all && scoop cleanup --all --cache