Skip to content

Predictive Maintenance for Grok

io.github.lgdimaggio/predictive-maintenance-mcp

Industrial vibration analysis, bearing fault diagnosis, ISO 20816, and ML anomaly detection

client:Grok transport:stdio runtime:pypi

Install Predictive Maintenance in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "predictive-maintenance-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "predictive-maintenance-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Predictive Maintenance in other clients