A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"industry4-mcp": {
"url": "https://industry4-mcp-6a6dacc0-jandubam-srmist.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"industry4-mcp": {
"serverUrl": "https://industry4-mcp-6a6dacc0-jandubam-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.industry4-mcp] url = "https://industry4-mcp-6a6dacc0-jandubam-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://industry4-mcp-6a6dacc0-jandubam-srmist.app.nitrocloud.ai/mcp
Translates raw weird sensor names into industry standard (ISA-95) formats. Call this when new machine data arrives.
Dynamically changes Node-RED flow configuration to reroute production data from a failed machine to a backup machine.
Checks real-time energy prices and delays non-urgent jobs to off-peak hours to save electricity costs.
Compiles sensor logs and operator actions into a standard PDF audit report for FDA/ISO compliance after a deviation.
Predicts machine failure based on live sensor vibration from database.
Calculates and adjusts machine tool offsets or parameters to fix quality defects (like dimension oversize) automatically.