mcp-terminal
8
MCP Terminal is an MCP-based terminal control server tailored for AI integration, enabling execution of terminal commands via a standardized interface. It supports various controllers and server modes, offering tools for command and file operations with Docker deployment capabilities.
What are the prerequisites for installing MCP Terminal?
You need Python 3.8+ and the uv package management tool.
How can I enable iTerm2 support on macOS?
Install the iTerm2 support by running uv pip install -e ".[iterm]"
and enable the Python API in iTerm2 settings.
How do I run MCP Terminal in SSE mode using Docker?
Use the command docker run -p 8000:8000 mcp-terminal
to run the server in SSE mode.