Production-ready MCP server for AI-driven console automation and monitoring. 40+ tools for session management, SSH, testing, and background jobs.
Production-ready MCP server for AI-driven console automation and monitoring. 40+ tools for session management, SSH, testing, and background jobs. Exposed over MCP by the console automation mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
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.
console-automation-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
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 statsYou will need one environment variable: MCP_SESSION_PERSISTENCE_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Console Automation's toolset — console_create_session, console_send_input, console_send_key and 11 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| console_create_session | Create local or SSH console sessions |
| console_send_input | Send text input to sessions |
| console_send_key | Send special keys (Enter, Ctrl+C, etc.) |
| console_get_output | Get filtered/paginated output with advanced search |
| console_get_stream | Stream output from long-running processes |
| console_wait_for_output | Wait for specific patterns |
| console_stop_session | Stop sessions |
| console_list_sessions | List all active sessions |
| console_cleanup_sessions | Clean up inactive sessions |
| console_execute_command | Execute commands with output capture |
| console_detect_errors | Analyze output for errors |
| console_get_resource_usage | Get system resource stats |
| console_clear_output | Clear output buffers |
| console_get_session_state | Get session execution state |
{
"mcpServers": {
"github-com-ooples-mcp-console-automation": {
"command": "npx",
"args": ["-y", "console-automation-mcp"],
"env": {
"MCP_SESSION_PERSISTENCE_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MCP_SESSION_PERSISTENCE_PATH | Filesystem location the server is allowed to use. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.