HomeDatabases & Data › terminal-mcp

terminal-mcp

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

Python
★ 12 stars Last pushed 2026-08-17 License: MIT

Connect

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

Package (pypi 0.3.1)

uvx terminal-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "terminal-mcp": {
      "command": "uvx",
      "args": [
        "terminal-mcp"
      ],
      "env": {
        "TERMINAL_MCP_MAX_SESSIONS": "<YOUR_VALUE>",
        "TERMINAL_MCP_IDLE_TIMEOUT": "<YOUR_VALUE>"
      }
    }
  }
}
  • TERMINAL_MCP_MAX_SESSIONS — Maximum concurrent sessions
  • TERMINAL_MCP_IDLE_TIMEOUT — Seconds before auto-close (default 1800)

Related servers

Data from the Official MCP Registry