Back to Home
daxian-dbw icon

MCPAsPowerShellModule

Verified Safe

by daxian-dbw

Overview

Serves as a Model Context Protocol (MCP) server implemented as a PowerShell module, dynamically exposing C#, PowerShell script, or PowerShell module function tools.

Installation

Run Command
pwsh -noprofile -c "MCPServerPS\Start-MyMCP"

Security Notes

The server's core functionality involves executing PowerShell scripts or module functions specified by the deployer. While the module itself does not contain obvious vulnerabilities like 'eval' on untrusted input or hardcoded secrets for runtime, its security heavily relies on ensuring that the 'ScriptRoot' or 'Module' parameters point to trusted and well-audited scripts/modules. If configured with untrusted sources, it can lead to arbitrary code execution. Communication is via stdio, limiting direct network exposure as a server itself.

Similar Servers

Stats

Interest Score30
Security Score7
Cost ClassLow
Avg Tokens10
Stars1
Forks2
Last Update2026-01-17

Tags

PowerShellMCPServerModuleTooling