← Back to Plugins
MCP Server MCP

io.github.ooples/mcp-console-automation

github By github 👁 1 views ▲ 0 votes

MCP server for AI-driven console application automation and monitoring

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-console-automation",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Logging level for console output (error, warn, info, debug, trace)",
          "format": "string",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...