PowerShell-MCP-Server
Verified Safeby NopeNix
Overview
A PowerShell-based API server, containerized with Docker, likely designed for automation or exposing system functionalities.
Installation
docker-compose up -dSecurity Notes
PowerShell API servers can be susceptible to command injection if 'Invoke-Expression' or similar commands process unsanitized user input. Standard web API vulnerabilities (e.g., broken authentication, insecure direct object references, or misconfigurations) are potential risks. Running within a Docker container provides some level of isolation but does not mitigate application-layer flaws.
Similar Servers
agent
Manages and proxies multiple Model Context Protocol (MCP) servers locally, providing a unified entry point and CLI for installation, configuration, and status monitoring.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
tiger-gh-mcp-server
Provides a set of focused tools to Large Language Models (LLMs) for interacting with the GitHub API, enabling capabilities like fetching issues, pull requests, commits, releases, and searching code within a specified organization.
PowerShell.MCP
Enables AI assistants to execute arbitrary PowerShell commands and CLI tools for system automation, development tasks, and data analysis in a persistent, shared console environment.