MCP server for persistent interactive terminal orchestration
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"i4z-terminal-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# i4z-terminal-mcp MCP server that enables AI agents to manage multiple persistent terminal sessions concurrently. ## Features - Persistent PTY-backed bash shells - 9 MCP tools for full terminal lifecycle management - Concurrent terminals with isolated async background readers - Incremental cursor-based output reads - Pattern-based output waiting - Signal support (SIGINT, SIGTERM, SIGKILL) - **Web UI** — view terminals live at `http://127.0.0.1:9020` (xterm.js) ## Install ```bash uv tool install i4z-terminal-mcp # or pip install i4z-terminal-mcp # or from source uv pip install -e . ``` ## Usage With OpenCode, add to `opencode.json`: ```json { "mcp": { "terminal": { "type": "local", "command": ["uvx", "i4z-terminal-mcp"], "enabled": true } } } ``` Or directly: ```bash i4z-terminal-mcp ``` ## Tools | Tool | Description | |---|---| | `create_terminal` | Spawn a persistent bash shell | | `list_terminals` | List all active sessions | | `terminal_status` | Get PID, CWD, alive, timestamps | | `send_input` | Write text/commands to stdin | | `read_output` | Incremental read via cursor | | `send_signal` | Send SIGINT/SIGTERM/SIGKILL | | `kill_terminal` | Destroy session and free resources | | `wait_for_output` | Block until pattern appears | | `search_output` | Search output history buffer | ## Requirements - Python 3.11+ - Linux or macOS (pexpect PTY support)
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.