Skip to content
Windsurf

s2 netbox mcp for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install s2 netbox mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "s2-netbox-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

s2 netbox mcp in other clients