← Back to Plugins
MCP Server MCP

io.github.mkpvishnu/terminal-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps

Homepage Verified source GitHub

Install

uvx terminal-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "terminal-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Maximum concurrent sessions",
          "format": "string",
          "name": "TERMINAL_MCP_MAX_SESSIONS"
        },
        {
          "description": "Seconds before auto-close (default 1800)",
          "format": "string",
          "name": "TERMINAL_MCP_IDLE_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...