← Back to Plugins
MCP Server MCP

io.github.amol21p/interactive-terminal

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-interactive-terminal",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Maximum concurrent sessions",
          "format": "string",
          "name": "MCP_TERMINAL_MAX_SESSIONS"
        },
        {
          "description": "Enable OS-level kernel sandboxing",
          "format": "string",
          "name": "MCP_TERMINAL_SANDBOX"
        },
        {
          "description": "Redact AWS keys, tokens, private keys in output",
          "format": "string",
          "name": "MCP_TERMINAL_REDACT_SECRETS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...