MCP Server for Netwrix Access Analyzer logo

MCP Server for Netwrix Access Analyzer

by netwrix

This is a FastMCP-based server designed for Netwrix Access Analyzer data analysis. It integrates with Claude Desktop to provide enhanced data analysis capabilities.

View on GitHub

Last updated: N/A

What is MCP Server for Netwrix Access Analyzer?

The MCP Server for Netwrix Access Analyzer is a server designed to facilitate data analysis from Netwrix Access Analyzer using FastMCP. It allows integration with Claude Desktop for enhanced capabilities, providing tools to query and analyze access permissions and sensitive data within a SQL Server database.

How to use MCP Server for Netwrix Access Analyzer?

To use this server, you need to install the required dependencies, configure the database connection in a .env file, and integrate the server with Claude Desktop by adding the server configuration to the claude_desktop_config.json file. Once configured, you can use the provided tools and sample prompts to interact with the database and analyze access data.

Key features of MCP Server for Netwrix Access Analyzer

  • SQL Server integration with automatic connection on startup

  • Dynamic database schema exploration

  • SQL query execution

  • Netwrix Access Analyzer File System tools

Use cases of MCP Server for Netwrix Access Analyzer

  • Identifying users with access to specific resources.

  • Discovering locations containing sensitive data.

  • Analyzing the source of a user's permissions.

  • Finding users with unused or shadow access.

  • Checking the status of Netwrix Access Analyzer jobs.

FAQ from MCP Server for Netwrix Access Analyzer

How do I connect to the database?

Configure the database connection details in the .env file with the correct server, database name, username, and password.

What if Claude Desktop can't find the uv command?

Use the full path to uv in your Claude Desktop configuration file. You can find the path using which uv or where uv.

What kind of data can I analyze with this server?

You can analyze access permissions, identify sensitive data locations, and determine the source of user permissions based on Netwrix Access Analyzer data.

What are the system dependencies?

The system dependencies include the ODBC Driver for SQL Server, which needs to be installed based on your operating system (macOS, Windows, or Linux).

How do I check the database connection status?

Use the Show-ConnectionStatus tool with the prompt: "Is the database currently connected? Show me the connection status.".