# TerminusAI

Execute terminal commands locally or remotely via SSH with session persistence and environment variable support. Manage terminal sessions that maintain state for up to 20 minutes, enabling efficient …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Gorav22/terminusai

# Browse available tools
npx -y @smithery/cli@latest tool list Gorav22/terminusai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Gorav22/terminusai execute_command

# Call a tool
npx -y @smithery/cli@latest tool call Gorav22/terminusai execute_command '{}'
```

## Tools (1)

- `execute_command` — Execute commands on remote hosts or locally (This tool can be used for both remote hosts and the current machine)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Gorav22/terminusai <tool-name>
```

---

Source: https://github.com/Gorav22/TerminusAI | License: MIT
