Skip to main content
Glama
QiuwenZheng

interminal

by QiuwenZheng

Related Servers

Alternatives to interminal

  • A
    license
    A
    quality
    D
    maintenance
    Enables management of visible, interactive terminal sessions across platforms (macOS, Windows, Linux, WSL). Supports creating, executing commands, capturing output, and managing multiple terminal windows simultaneously.
    5
    1
    MIT

Related Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that enables AI agents to run fully interactive SSH sessions (via tmux) and execute commands like a human operator, with persistent sessions and multiple concurrent connections.
    6
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for persistent SSH sessions with tmux integration, port forwarding, and SFTP file writes, built for AI agent workflows.
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A secure and pluggable MCP server to run terminal commands on your local machine or cloud server — remotely, safely, and with LLMs or agentic clients.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for running long-running processes in PTY with real-time output streaming, enabling interactive dev servers, watch modes, and CLI tools.
    5 npm
    MIT

TDQS

A4.9/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action in the terminal/SSH lifecycle: connect_ssh establishes sessions, execute runs commands, respond sends text input, read_output polls output, send_control handles control keys, and disconnect tears down sessions. Descriptions clearly delimit text vs control input and initiating vs polling execution, so an agent can reliably select the right tool.

Naming Consistency4/5

Names mostly follow a predictable imperative snake_case pattern, with verb_noun forms like connect_ssh, read_output, and send_control. The bare verbs execute, respond, and disconnect are a minor deviation but do not create confusion; the overall style is consistent and readable.

Tool Count5/5

Six tools form a well-scoped set for terminal and SSH management: connect, execute, interact, read, control, and disconnect. No tool is redundant, and the count is neither too thin nor bloated for the server's purpose.

Completeness5/5

The tool set covers the full command lifecycle: opening and closing sessions, running commands locally or remotely, sending text input, sending control keys, and polling output. There are no obvious dead ends—session IDs and command IDs are consistently managed across the available operations.

Maintenance

ActivityStale
ResponsivenessResponsive