MCP server for managing local and SSH console sessions with automation, monitoring, and background job support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Console Automation.
console_create_sessionCreate local or SSH console sessions
console_send_inputSend text input to sessions
console_send_keySend special keys (Enter, Ctrl+C, etc.)
console_get_outputGet filtered/paginated output with advanced search
console_get_streamStream output from long-running processes
console_wait_for_outputWait for specific patterns
Model Context Protocol (MCP) server for controlled interaction with local console applications and remote SSH sessions, including output monitoring, error detection, and long-running workflows.
This server can execute arbitrary commands and open remote SSH sessions. Treat it like a privileged terminal, not a low-risk documentation connector:
MCP_DEBUG_LOG and MCP_LOG_DIR unset unless diagnostics are explicitly required;Codex stores MCP configuration in ~/.codex/config.toml. The installers use codex mcp add and safely replace an existing console-automation registration. Restart Codex after installation and use /mcp to verify the connection.
For another MCP client, generate a new JSON configuration without overwriting an existing file:
The npm package has not been published, so npx console-automation-mcp and @mcp/console-automation are not valid installation paths.
console_save_profile rejects inline passwords, private-key material, and passphrases. Use passwordEnvVar, privateKeyEnvVar or privateKeyPath, and passphraseEnvVar. Profile-list responses never return credential values, and configuration files are created with owner-only permissions where the operating system supports POSIX modes.
Session persistence is disabled by default because session recovery data can include commands, paths, and environment values. To opt in, set MCP_SESSION_PERSISTENCE=true. The default file is ~/.console-automation-mcp/sessions.json; override it with MCP_SESSION_PERSISTENCE_PATH. Persisted command/environment recovery data remains disabled unless enabled through the programmatic SessionManager configuration.
The production installers remove development and optional protocol packages. Local consoles and SSH remain available. Install only the peer packages required for Docker, cloud, Kubernetes, serial, or other optional adapters.
This MCP server provides 40 comprehensive tools organized into 6 categories:
console_create_session - Create local or SSH console sessionsconsole_send_input - Send text input to sessionsconsole_send_key - Send special keys (Enter, Ctrl+C, etc.)console_get_output - Get filtered/paginated output with advanced searchconsole_get_stream - Stream output from long-running processesconsole_wait_for_output - Wait for specific patternsconsole_stop_session - Stop sessionsconsole_list_sessions - List all active sessionsconsole_cleanup_sessions - Clean up inactive sessionsconsole_execute_command - Execute commands with output captureconsole_detect_errors - Analyze output for errorsconsole_get_resource_usage - Get system resource statsconsole_clear_output - Clear output buffersconsole_get_session_state - Get session execution stateconsole_get_command_history - View command historyconsole_get_system_metrics - Comprehensive system metricsconsole_get_session_metrics - Session-specific metricsconsole_get_alerts - Active monitoring alertsconsole_get_monitoring_dashboard - Real-time dashboard dataconsole_start_monitoring - Start custom monitoringconsole_stop_monitoring - Stop monitoringconsole_save_profile - Save SSH/app connection profilesconsole_list_profiles - List saved profilesconsole_remove_profile - Remove profilesconsole_use_profile - Quick connect with saved profilesconsole_execute_async - Execute commands asynchronouslyconsole_get_job_status - Check job statusconsole_get_job_output - Get job outputconsole_cancel_job - Cancel running jobsconsole_list_jobs - List all background jobsconsole_get_job_progress - Monitor job progressconsole_get_job_result - Get complete job resultsconsole_get_job_metrics - Job execution statisticsconsole_cleanup_jobs - Clean up completed jobsconsole_assert_output - Assert output matches criteriaconsole_assert_exit_code - Assert exit codesconsole_assert_no_errors - Verify no errors occurredconsole_save_snapshot - Save session state snapshotsconsole_compare_snapshots - Compare state differencesconsole_assert_state - Assert session stateFactual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ooples-mcp-console-automation)<a href="https://allmcps.com/mcp/ooples-mcp-console-automation"><img src="https://allmcps.com/api/badge/ooples-mcp-console-automation?style=directory" alt="MCP Console Automation on AllMCPs" /></a>