Skip to content
Gemini CLI

mcp console automation for Gemini CLI

io.github.ooples/mcp-console-automation

MCP server for AI-driven console application automation and monitoring

client:Gemini CLI transport:stdio runtime:npm

Install mcp console automation in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp console automation in other clients