HomeDatabases & Data › mcp-interactive-terminal

mcp-interactive-terminal

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

TypeScript
★ 18 stars Last pushed 2026-02-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.7)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-interactive-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MCP_TERMINAL_MAX_SESSIONS": "<YOUR_VALUE>",
        "MCP_TERMINAL_SANDBOX": "<YOUR_VALUE>",
        "MCP_TERMINAL_REDACT_SECRETS": "<YOUR_VALUE>"
      }
    }
  }
}
  • MCP_TERMINAL_MAX_SESSIONS — Maximum concurrent sessions
  • MCP_TERMINAL_SANDBOX — Enable OS-level kernel sandboxing
  • MCP_TERMINAL_REDACT_SECRETS — Redact AWS keys, tokens, private keys in output

Related servers

Data from the Official MCP Registry