A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"factoryos-smart-manufacturing-server": {
"url": "https://factoryos-6a-hallucination-station-amrita-university-coimbatore.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
"factoryos-smart-manufacturing-server": {
"serverUrl": "https://factoryos-6a-hallucination-station-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.factoryos-smart-manufacturing-server] url = "https://factoryos-6a-hallucination-station-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://factoryos-6a-hallucination-station-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Supervisor Agent tool to trigger a specific smart manufacturing scenario simulation, patching the SQLite state and setting expected agent workflows.
Runs the real AI4I-2020-trained RandomForest model on a machine's live sensor block to get a genuine failure probability.
Estimates repair time and the part required, based on the machine's bearing_id and current health.
Shuts down a machine immediately (sets status to Fault-Shutdown). Used when risk exceeds the safety floor.
Assigns the best-matched available technician (by specialty) to a machine issue.
Checks stock level for a specific part, and flags whether it is shared with other machines (cross-machine risk).
Checks whether a part has stock at its tracked warehouse location.
Lists suppliers for a part, ranked by total cost of ownership (price + delivery_time × downtime_cost_per_hour).
Selects and (simulated) negotiates with the best supplier for a part, explicitly weighing price against downtime cost.
Generates a purchase order for a supplier, part, and quantity.
Reroutes a down machine's jobs to another compatible machine (shared produces_parts), or — for a whole-line safety hold — shifts capacity to the other line.
Generates a safety report for a machine or line, and updates the shared safety compliance status.
Creates a chronological incident timeline entry for audit/compliance purposes.