← Back to browse

mcp-console-automation

Indexed by io.github.ooples

About

MCP server for AI-driven console application automation and monitoring

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLOG_LEVEL
Claude Code
claude mcp add --env LOG_LEVEL= mcp-console-automation -- npx mcp-console-automation
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-console-automation","command":"npx","args":["mcp-console-automation"],"env":{"LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "mcp-console-automation": {
      "command": "npx",
      "args": [
        "mcp-console-automation"
      ],
      "env": {
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.