Skip to content
Zed

iterminal for Zed

io.github.itophua/iterminal

MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.

client:Zed transport:stdio runtime:npm

Install iterminal in Zed

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

{
  "context_servers": {
    "iterminal": {
      "command": "npx",
      "args": [
        "-y",
        "iterminal-mcp-server"
      ]
    }
  }
}

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

iterminal in other clients