Back to Home
gabriel-berzescu icon

mcp-servers

by gabriel-berzescu

Overview

Provides an MCP server to execute Windows terminal commands, primarily for use by AI agents or other automated systems.

Installation

Run Command
python terminal_server.py

Security Notes

The server's core functionality is to execute arbitrary system commands using `asyncio.create_subprocess_shell` with `shell=True`. This design is inherently high-risk as it allows for full shell access with the permissions of the user running the server. While the README explicitly warns about this and recommends sandboxed environments, the server itself performs no input sanitization or command validation. This makes it a critical security vulnerability if not deployed in a strictly controlled, sandboxed, and trusted environment. There are no other apparent vulnerabilities like hardcoded secrets or direct network exposure beyond stdio.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-28

Tags

WindowsTerminalCommand ExecutionMCP ServerDeveloper Tool