ad-groups-mcp

slientnight/ad-groups-mcp
★ 0 stars Python 🔒 Security Updated today
Read-only MCP server for Active Directory group management, policy compliance auditing, and governance review tracking. Built with FastMCP and Python.
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": {
    "ad-groups-mcp": {
      "command": "uvx",
      "args": [
        "ad-groups-mcp"
      ]
    }
  }
}

Or install with pip: pip install ad-groups-mcp