Skip to content
VS Code

Predictive Maintenance for VS Code

io.github.lgdimaggio/predictive-maintenance-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Predictive Maintenance in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Predictive Maintenance in other clients