PowerShell-REPL-MCP-Server
by jacksonhunter
Overview
Provides a persistent PowerShell execution environment for AI agents within Claude Code, with tools for script execution, iterative development, and advanced output analysis via AgentBricks.
Installation
dotnet build && .\bin\Debug\net8.0-windows\win-x64\PowerShellMcpServer.exeSecurity Notes
Allows arbitrary PowerShell script execution and external command execution via 'pwsh' and 'dev_run' tools. No sandboxing or Just Enough Administration (JEA) constraints are implemented in the current version, making it a high-risk server if used with untrusted inputs. JEA integration is a planned future enhancement.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.