Back to Home
bgbruno icon

bg-server-mcp-shell

Verified Safe

by bgbruno

Overview

MCP server for managing and interacting with long-running shell processes (e.g., dev servers, watch modes) in real-time, providing output streaming and interactive control for AI agents.

Installation

Run Command
npx -y bg-server-mcp-shell@latest

Environment Variables

  • COLOR

Security Notes

The server's core function is to execute arbitrary shell commands (`cmd`, `args`) provided by the MCP client. This is an intended capability inherent to a 'shell server' and not a vulnerability in itself, but it grants significant power. If the MCP client or the AI agent interacting with it is untrusted or compromised, it can lead to arbitrary code execution on the host system. Communication occurs over standard I/O (stdio), not directly via network ports, meaning the security model relies on the integrity of the process launching and communicating with this server. No 'eval', obfuscation, or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-07

Tags

mcpshellptystreamingcoding-agent