mcp-console-automation

ooples/mcp-console-automation

3.3

If you are the rightful owner of mcp-console-automation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Console Automation Server is a production-ready server that allows AI assistants to interact with console applications, monitor output, detect errors, and automate terminal workflows.

Tools

Functions exposed to the LLM to take actions

console_create_session

Create a new console session for running commands.

console_send_input

Send text input to an active console session.

console_send_key

Send special key sequences to a console session.

console_get_output

Retrieve output from a console session.

console_wait_for_output

Wait for specific output pattern in console.

console_execute_command

Execute a command and wait for completion.

console_detect_errors

Analyze console output for errors and exceptions.

console_stop_session

Stop an active console session.

console_list_sessions

List all active console sessions.

console_resize_session

Resize terminal dimensions for a session.

console_clear_output

Clear the output buffer for a session.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources