Back to Home
mrsimpson icon

quiet-shell-mcp

Verified Safe

by mrsimpson

Overview

An MCP server designed to filter verbose shell command output for AI agents, reducing context window consumption and highlighting important information like errors and summaries.

Installation

Run Command
quiet-shell-mcp

Security Notes

The server's core functionality is to execute arbitrary shell commands via an API using `shell: true`. This design allows for direct execution of any command passed by the AI agent, including potentially malicious ones (e.g., `rm -rf /`). While intended for trusted AI agents in controlled environments, there is no explicit input sanitization of the `command` parameter shown in the provided source code. This poses a significant security risk if the AI agent or its inputs are compromised, potentially leading to arbitrary code execution on the host system. It should only be run in highly trusted and/or isolated environments.

Similar Servers

Stats

Interest Score34
Security Score3
Cost ClassLow
Avg Tokens100
Stars3
Forks1
Last Update2026-01-15

Tags

MCPshell commandsoutput filteringAI agentscontext optimizationdeveloper tool