Unterm

by zhitongblog

367 downloads
Not rated
GitHub

About

The terminal AI agents can drive: a cross-platform desktop terminal (macOS/Linux/Windows, MIT) that runs a local MCP server. Spawn tabs/panes, run commands with structured output, read screens and full scrollback, take scrolling screenshots, record sessions with secret redaction,

Details

Author
zhitongblog
Downloads
367
Categories
Developer Tools, Automation

- Cross‑platform (macOS, Linux, Windows) desktop terminal with MIT license.
- Runs a local MCP server for AI agent interaction.
- Spawns tabs and panes, runs commands with structured output.
- Reads screens and full scrollback, takes scrolling screenshots.
- Records terminal sessions with secret redaction.
- Switches between identity profiles.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Unterm
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the desktop terminal application, which automatically runs a local MCP server and auto‑registers with Claude Code, Codex, and Gemini CLI on setup. No manual configuration is required to begin using it with supported AI tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "unterm": {
            "unterm": {
                "command": "unterm-cli",
                "args": [
                    "mcp-stdio"
                ]
            }
        }
    }
}

McpServers

{
    "unterm": {
        "command": "unterm-cli",
        "args": [
            "mcp-stdio"
        ]
    }
}

The terminal AI agents can drive: a cross-platform desktop terminal (macOS/Linux/Windows, MIT) that runs a local MCP server. Spawn tabs/panes, run commands with structured output, read screens and full scrollback, take scrolling screenshots, record sessions with secret redaction, switch identity profiles. Auto-registers with Claude Code / Codex / Gemini CLI on install.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.