mcp-server-auditor

netwrix/mcp-server-auditor
★ 2 stars C# 🔒 Security Updated 4mo ago
An MCP server for Netwrix Auditor.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "netwrix/mcp-server-auditor"
      ]
    }
  }
}