← Index

io.github.ooples/mcp-console-automation

io.github.ooples/mcp-console-automation·v1.0.2·Cloud Storage
Quality Score
72
/100

MCP server for AI-driven console application automation and monitoring

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-console-automation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-console-automation"
      ],
      "env": {
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-console-automation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-console-automation"
      ],
      "env": {
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-console-automation
§02  Environment variables
LOG_LEVEL

Logging level for console output (error, warn, info, debug, trace)

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Cloud Storage