gx3-cli-mcp

purinzan/gx3-cli-mcp
★ 0 stars Python AI/LLM Updated 3d ago
Trace a GX Works3 ladder without opening GX Works3 — read-only CLI + MCP server so anyone (or an AI agent) can find why a coil never turns on.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gx3-cli-mcp": {
      "command": "uvx",
      "args": [
        "gx3-cli-mcp"
      ]
    }
  }
}

Or install with pip: pip install gx3-cli-mcp

README Excerpt

<!-- mcp-name: io.github.purinzan/gx3-cli-mcp --> **Work out why a coil never turns on, without opening GX Works3.** `gx3-cli-mcp` reads a GX Works3 (`.gx3`) project on your own machine and answers questions about it: where a device is written, what has to be true for a coil to turn on, which conditions come from outside the PLC, and which

Topics

ai-agentfactory-automationgx-works3industrial-automationladder-logiclocal-firstmcpmcp-servermitsubishiplcpythonstatic-analysis