Let Claude manage your Linux servers via SSH with a fully interactive browser terminal. Both AI and user can type commands in the same shared session - you see everything in real-time and can intervene at any moment. Claude gets smart-filtered summaries or full unfiltered response when needed, for optimal token efficiency while you maintain full visibility and control. Easy install via pip (pip install remote-terminal-mcp). Includes multi-server management, SFTP file transfers, batch scripts, recipe automation, and full command audit trail persisted over multiple sessions.
Server Config
{
"mcpServers": {
"remote-terminal": {
"command": "C:\\RemoteTerminal\\venv\\Scripts\\remote-terminal-mcp.exe",
"env": {
"REMOTE_TERMINAL_ROOT": "C:\\RemoteTerminal"
}
}
}
}