Skip to content
Cursor

s2 netbox mcp for Cursor

io.github.j-maff/s2-netbox-mcp

MCP server for LenelS2 S2 NetBox access control via the NBAPI. Read-only by default.

client:Cursor transport:stdio runtime:npm

Install s2 netbox mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "s2-netbox-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "s2-netbox-mcp"
      ],
      "env": {
        "NETBOX_BASE_URL": "<NETBOX_BASE_URL>",
        "NETBOX_USERNAME": "<NETBOX_USERNAME>",
        "NETBOX_PASSWORD": "<NETBOX_PASSWORD>",
        "NETBOX_ENABLE_WRITES": "<NETBOX_ENABLE_WRITES>",
        "NETBOX_ENABLE_DESTRUCTIVE": "<NETBOX_ENABLE_DESTRUCTIVE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

s2 netbox mcp in other clients