About
Terminal is a Model Context Protocol (MCP) server facilitating command execution on local or remote hosts. It offers a straightforward interface for AI models and applications to execute system commands, either on the local machine or remotely through SSH, with features like session persistence and environment variable configuration.
Key Features
- Support persistent sessions with terminal environment reuse
- Execute commands locally
- Set custom environment variables for commands
- Execute commands remotely via SSH
- Connect via stdio or SSE (Server-Sent Events)
Use Cases
- Automate server tasks through AI models
- Control remote systems programmatically
- Integrate command execution into AI-driven workflows