Industrial Bridge MCP
by nodeblue-ai
Intelligence bridge correlating Ignition SCADA tags with Studio 5000 PLC logic for industrial automation tracing.
What it does
This server acts as a cross-platform intelligence bridge for industrial automation. It specifically connects Ignition SCADA systems with Studio 5000 PLC logic, allowing AI agents to trace a signal from a high-level SCADA alarm all the way down to the specific rung of ladder logic in the PLC that triggers it.
Tools
correlate_projects: Builds a full correlation map between Ignition projects and L5X PLC projects.trace_tag: Performs a deep end-to-end trace of a single tag from SCADA to PLC logic.find_unmapped_tags: Identifies commissioning gaps by finding tags that exist on one side but not the other.ping: Simple health check for the server.
Installation
Install the package via pip:
pip install bridge-mcp-server
Then add to your MCP config:
{
"mcpServers": {
"bridge": {
"command": "bridge-mcp-server",
"args": []
}
}
}
Supported hosts
Confirmed for local stdio clients and remote SSE deployments.
Quick install
pip install bridge-mcp-serverInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







