MCP Directory

ooples/mcp-console-automation

GitHub
Developer Tools

Production-ready MCP server for AI-driven console automation and monitoring. 40 tools for session management, SSH, testing, monitoring, and background jobs. Like Playwright for terminal applications.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-console-automation

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from ooples/mcp-console-automation your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-console-automation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-console-automation"
      ]
    }
  }
}

Route ooples/mcp-console-automation intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-console-automation

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use ooples/mcp-console-automation directly without routing

npx -y mcp-console-automation

New to Agent-CoreX? View setup guide →

ooples/mcp-console-automation MCP Server — Agent-CoreX