eNSP Nexus for Cursor
io.github.quwentao2005/ensp-nexus
MCP server and web terminal for Huawei eNSP network simulation.
client:Cursor
transport:stdio
runtime:pypi
Install eNSP Nexus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ensp-nexus": {
"type": "stdio",
"command": "uvx",
"args": [
"ensp-nexus"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs