Skip to content

mcp console automation for Zed

io.github.ooples/mcp-console-automation

MCP server for AI-driven console application automation and monitoring

client:Zed transport:stdio runtime:npm

Install mcp console automation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp console automation in other clients