Skip to content
VS Code

Motor Current Signature Analysis for VS Code

io.github.lgdimaggio/mcp-server-mcsa

MCP server for Motor Current Signature Analysis — fault detection in electric motors

client:VS Code transport:stdio runtime:pypi

Install Motor Current Signature Analysis in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server-mcsa": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-mcsa"
      ]
    }
  }
}

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

Motor Current Signature Analysis in other clients