Mcp Server For Powershell — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server For Powershell (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Unofficial Implementation: This project is an independent open-source software project. It is not affiliated with, endorsed by, sponsored by, or associated with Microsoft Corporation or the PowerShell team.
Trademarks: "PowerShell" and the PowerShell logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. All other trademarks cited herein are the property of their respective owners. Use of these names is for descriptive purposes only (nominative fair use) to indicate compatibility.
uvx mcp-server-for-powershellpip install mcp-server-for-powershelluv pip install mcp-server-for-powershellThe server can be configured using the following command-line arguments:
| Argument | Description | Default |
|---|---|---|
--allowed-commands | List of allowed PowerShell commands. If empty, all are allowed (subject to restrictions). | [] |
--restricted-commands | List of restricted PowerShell commands. | Safe defaults |
--restricted-directories | List of restricted directories. | System directories |
--language-mode | PowerShell Language Mode: 0 (NoLanguage), 1 (ConstrainedLanguage), 2 (RestrictedLanguage), 3 (FullLanguage). | 1 |
--cwd | Initial working directory. | Current Directory |
We recommend different configurations based on your security needs:
By default, the server runs in ConstrainedLanguage mode with a curated blocklist of dangerous commands and restricted system directories. This provides "good enough" defaults for general use, preventing common dangerous operations while allowing most read-only and safe actions.
uvx mcp-server-for-powershellFor environments requiring stricter controls, use NoLanguage mode (--language-mode 0). Only built-in commands and cmdlets can be executed.
uvx mcp-server-for-powershell --language-mode 0For the highest security "nuclear" option, explicitly whitelist ONLY the commands you need (e.g., allow get-items only). This blocks everything else by default.
uvx mcp-server-for-powershell --allowed-commands Get-Item Get-ChildItem Get-Contentmcp-server-for-powershell is provided as-is under the MIT license.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.