Skip to content
Zed

Remote Terminal MCP for Zed

io.github.tim00r/remote-terminal

Complete SSH terminal for Linux with AI/user control and dual-stream visibility

client:Zed transport:stdio runtime:pypi

Install Remote Terminal MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "remote-terminal": {
      "command": "uvx",
      "args": [
        "remote-terminal-mcp"
      ],
      "env": {
        "REMOTE_TERMINAL_ROOT": "<REMOTE_TERMINAL_ROOT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Remote Terminal MCP in other clients