# intuitem/ciso-assistant-community | Model Context Protocol (MCP) Server > CISO Assistant is a one-stop-shop GRC platform for Risk Management, AppSec, Compliance & Audit, TPRM, Privacy, and Reporting. It supports 130+ global frameworks with automatic control mapping, including ISO 27001, NIST CSF, SOC 2, CIS, PCI DSS, NIS2, DORA, GDPR, HIPAA, CMMC, and more. - **Stars**: ⭐ 3,964 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ciso-assistant-community": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ciso-assistant-community" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ciso-assistant-community": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ciso-assistant-community" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ciso-assistant-community` - **Docker**: `docker run -i --rm mcp/ciso-assistant-community`