What MCP Console does
MCP Console gives an MCP client controlled access to terminal processes in its execution environment. An agent can run a command, keep an interactive shell or REPL open, inspect its screen and output, observe resource usage and close the terminal when it has finished. An optional browser bridge lets a person take part in the same terminal.
The server supplies terminal operations. The host or container supplies the shell, programs, files, permissions and network access those operations use.
Choose a working mode
terminal_run without a terminal identifier, then inspect its resultterminal_open once, then reuse the returned identifierterminal_send for input and terminal_read for the resulting screenterminal_run without a terminal identifier, then inspect its resultterminal_open once, then reuse the returned identifierterminal_send for input and terminal_read for the resulting screenRead the screen or the execution history to confirm a workload finished, and keep required build reports in the workload's own files.
The eight tools
terminal_runruns a command in an existing shell, or creates a terminal for it.terminal_opencreates, changes or re-attaches a terminal.terminal_sendsends text and named keys to a live terminal.terminal_readreads the screen, recent lines, history, a region, screen frames or a stored run capture.terminal_watchsubscribes to output or resource events.terminal_statssamples CPU and memory for a terminal's process tree.terminal_listlists the terminals visible to the current session.terminal_closecloses, force-closes or detaches terminals.
Continuity and access
Ending a client session can detach persistent terminals while the server stays available, so you can re-attach them later. A supported reload can keep processes running.
Each client session keeps its own terminal records, and a browser link works as a bearer credential. MCP Console is designed for callers trusted with the terminal authority it grants.
What you getYour agent works in real terminals it can keep open and watch, and, where the browser bridge is enabled, you can join the same terminal.