Network AIops for Cursor
io.github.aiops-tools/network-aiops
Governed network device ops (NAPALM) — 33 MCP tools with audit/undo.
client:Cursor
transport:stdio
runtime:pypi
Install Network AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"network-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"network-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs