Terminator
@iris-networks
关于 Terminator
A 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 auto
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"terminal": {
"type": "streamable-http",
"url": "http://localhost:8080/mcp",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-e",
"MCP_COMMAND_TIMEOUT=30",
"-e",
"MCP_SHELL=/bin/bash",
"shanurcsenitap/terminator:latest",
"--http",
"--host",
"0.0.0.0",
"--port",
"8080"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Terminator?
Terminator is a Model Context Protocol (MCP) server written in Go that provides secure terminal command execution with configurable timeouts and platform-specific support. It works on macOS and Linux, supports persistent shell sessions, and offers both STDIO and StreamableHTTP transport modes.
How to use Terminator?
Build the server with make build, then run it in STDIO mode (default) with ./mcp-terminal-server or in HTTP mode with --http --port 8080. For Claude Desktop, add the binary path and optional environment variables (e.g., MCP_COMMAND_TIMEOUT=30) to your claude_desktop_config.json. Docker images are also available for multi‑architecture deployment.
Key features of Terminator
- Cross‑platform support (macOS and Linux, AMD64 & ARM64)
- Configurable command timeouts
- Secure execution with proper error handling
- Platform‑aware shell adaptation
- Multiple transport modes: STDIO and StreamableHTTP
- Persistent shell sessions that maintain state across commands
Use cases of Terminator
- Execute terminal commands directly from Claude Desktop
- Automate complex terminal workflows with the Iris Computer Use Agent
- Run interactive or long‑running commands in persistent shell sessions
- Deploy as a microservice inside Docker containers for isolated command execution
FAQ from Terminator
What runtime environment does Terminator require?
Go 1.23+ (automatically managed) and the github.com/mark3labs/mcp-go library. For Docker deployments, any container runtime that supports multi‑architecture images.
Which platforms does Terminator support?
Full support for macOS (darwin) and Linux, both AMD64 and ARM64 architectures. Windows is not mentioned.
How does Terminator's session management work?
You can use any session ID without pre‑registration. Persistent shell sessions keep state (working directory, environment variables) between commands.
What transport modes does Terminator support?
STDIO mode for traditional MCP clients and StreamableHTTP transport (HTTP‑based) for web integrations. The HTTP endpoint is POST /mcp and requires a Mcp-Session-Id header for authenticated requests.
What security measures does Terminator provide?
Commands run in a controlled environment with non‑root execution, resource limits, network isolation (bind to localhost), and optional AppArmor/SELinux support. File permissions are restricted to necessary directories.
开发工具 分类下的更多 MCP 服务器
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
prysmaticlabsGo implementation of Ethereum proof of stake
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
评论