Back to Home
wiznikvibe icon

mcp-cc

by wiznikvibe

Overview

Exposes basic terminal functionalities like command execution, file creation, and arithmetic operations as tools via Server-Sent Events (SSE) for programmatic interaction, often by AI agents.

Installation

Run Command
python servers/test_mcp_server/sse_server/terminal_sse_server.py --host 0.0.0.0 --port 8081

Security Notes

The `run_command` tool uses `subprocess.run(command, shell=True)` directly with user-provided input, creating a critical remote code execution vulnerability. Any client can execute arbitrary system commands. The `create_text_file` tool allows writing arbitrary content to the `DEFAULT_WORKSPACE`, posing risks of file manipulation or overwriting if not tightly controlled, despite basic path traversal mitigation for the filename.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Stars0
Forks0
Last Update2025-12-03

Tags

Terminal AccessSystem InteractionSSEAI ToolingDeveloper Tools