Skip to main content
Glama
jdbruh18

IndustrialOps Industry 4.0 PLC Monitor MCP Server

by jdbruh18

๐Ÿญ IndustrialOps Industry 4.0 PLC Monitor MCP Server

License: MIT Python 3.10+ Protocol Domain

A Model Context Protocol (MCP) server that connects LLMs to factory PLC sensors, machinery health metrics, and predictive maintenance diagnostics.


๐Ÿงฐ Available MCP Tools

This server exposes 3 tools over standard I/O (stdio) transport:

1. read_plc_registers

Fetches current register readings (RPM, PSI, Temperature, Vibration, Status) for a designated PLC.

  • Parameters:

    • plc_id (string, required): PLC identifier (e.g., "PLC_ASSEMBLY_01", "PLC_PACKAGING_02").

2. get_predictive_maintenance_report

Analyzes machinery vibration telemetry and temperatures to estimate Remaining Useful Life (RUL) hours and schedule preventative inspections.

3. get_energy_consumption

Exposes active power draw (kW) profiles and efficiency ratings for factory equipment load planning.


๐Ÿ“ฆ Installation & Quickstart

# 1. Setup environment
cd industrialops-mcp-server
python -m venv venv
.\venv\Scripts\activate

# 2. Install package
pip install -e .

Claude Desktop Config

{
  "mcpServers": {
    "industrialops": {
      "command": "D:/Projects/industrialops-mcp-server/venv/Scripts/python.exe",
      "args": [
        "-m",
        "industrialops_mcp.server"
      ]
    }
  }
}

๐Ÿงช Testing

python -m pytest -o pythonpath=src
-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdbruh18/industrialops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server