Skip to content

Predictive Maintenance for Cursor

io.github.lgdimaggio/predictive-maintenance-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Predictive Maintenance in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Predictive Maintenance in other clients