Motor Current Signature Analysis for Cursor
io.github.lgdimaggio/mcp-server-mcsa
MCP server for Motor Current Signature Analysis — fault detection in electric motors
client:Cursor
transport:stdio
runtime:pypi
Install Motor Current Signature Analysis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-mcsa": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-mcsa"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs