Skip to content

interactive terminal for Zed

io.github.amol21p/interactive-terminal

MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker

client:Zed transport:stdio runtime:npm

Install interactive terminal 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": {
    "interactive-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-interactive-terminal"
      ],
      "env": {
        "MCP_TERMINAL_MAX_SESSIONS": "<MCP_TERMINAL_MAX_SESSIONS>",
        "MCP_TERMINAL_SANDBOX": "<MCP_TERMINAL_SANDBOX>",
        "MCP_TERMINAL_REDACT_SECRETS": "<MCP_TERMINAL_REDACT_SECRETS>"
      }
    }
  }
}

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

interactive terminal in other clients