mcp-server-shell-session-guardian
by wenbo97
Overview
Enables AI agents to run commands in a persistent, stateful local shell session, eliminating re-initialization overhead.
Installation
No command providedSecurity Notes
The server's primary function is to execute arbitrary commands locally from an AI agent. This inherently poses a high security risk if the AI agent is not fully trusted, or if the system environment is not adequately sandboxed. The README explicitly suggests running the tool with 'Administrative Access' for certain workflows, which significantly escalates the potential impact of any malicious or erroneous command execution. This audit is limited as actual source code for internal implementation (e.g., named pipe handling, command sanitization) was not provided, but the operational model itself is a major security concern without robust external controls.
Similar Servers
Windows-MCP
This MCP server enables AI agents to directly interact with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.
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.
code-execution-mcp
Provides AI agents with robust capabilities to execute terminal commands and Python code on the host system.