dxpert.ai — industrial AI-readiness & UNS agents for Cursor
ai.dxpert/mcp
Industrial AI-readiness diagnostics, UNS design, and UNS agents for MCP clients.
client:Cursor
transport:stdio
runtime:npm
Install dxpert.ai — industrial AI-readiness & UNS agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dxpert/mcp"
],
"env": {
"DXPERT_API_KEY": "<DXPERT_API_KEY>",
"DXPERT_API_BASE": "<DXPERT_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs