Terminator
@iris-networks
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
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
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments