terminal-mcp-server
If you are the rightful owner of terminal-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Terminal MCP Server is a Model Context Protocol server that facilitates executing commands on local or remote hosts, providing a robust interface for AI models and applications.
Terminal MCP Server is a versatile Model Context Protocol (MCP) server designed to execute system commands on both local and remote hosts. It offers a straightforward interface for AI models and applications to interact with system environments, either locally or via SSH for remote execution. The server supports persistent sessions, allowing for a consistent terminal environment over a specified duration, typically 20 minutes. This feature is particularly useful for maintaining state across multiple command executions. Additionally, the server allows setting custom environment variables and supports multiple connection methods, including stdio and Server-Sent Events (SSE), enhancing its flexibility and usability across different platforms.
Features
- Local Command Execution: Execute commands directly on the local machine.
- Remote Command Execution: Execute commands on remote hosts via SSH.
- Session Persistence: Support for persistent sessions that reuse the same terminal environment for a specified time.
- Environment Variables: Set custom environment variables for commands.
- Multiple Connection Methods: Connect via stdio or SSE (Server-Sent Events).