TTerminatorA lightweight Model Context Protocol (MCP) server written in Go that enables secure terminal command execution on macOS and Linux. Supports persistent shell sessions, configurable timeouts, and both HTTP (StreamableHTTP) and STDIO transports. Designed for AI integrations and automation use cases with flexible session management and platform-aware execution.
mcp-so:terminator_iris-networks
View source B
85/100 First Seen
Feb 18, 2026
Last Scanned
Feb 18, 2026
Findings
1
Score
85/100
HIGH 1
Findings (1)
HIGH MCPCFG_006 L61
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"MCP_COMMAND_TIMEOUT=30",
"-e",
"MCP_SHELL=/bin/bash"