Skip to content
Windsurf

interactive terminal for Windsurf

io.github.amol21p/interactive-terminal

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

client:Windsurf transport:stdio runtime:npm

Install interactive terminal in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

interactive terminal in other clients