terminal-mcp-server
12
Terminal MCP Server is a platform designed to execute commands on local and remote systems with support for persistent sessions and environment variable configurations. It supports both local connections and remote operations via SSH, making it a versatile tool for various applications.
Terminal MCP Server
Terminal MCP Server is a Model Context Protocol (MCP) server that facilitates command execution on local and remote hosts. It provides a straightforward interface for executing system commands, allowing for both local and remote operations via SSH.
Features
- Local Command Execution
- Remote Command Execution via SSH
- Persistent Sessions
- Environment Variables
- Multiple Connection Methods: stdio, Server-Sent Events (SSE)
Usage
- Start the server using stdio or SSE mode
- Customize with options like port, endpoint, host
Best Practices
- Use full paths for commands
- Ensure SSH setup for remote execution
- Manage sessions effectively