SecurityCopilotMCPServer

jguimera/SecurityCopilotMCPServer
★ 22 stars Python 🔒 Security Updated 9d ago
MCP Server that integrates with Security Copilot, Sentinel and other tools (in the future). It enhance the process of developing , testing and uploading Security Copilot artifacts.
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": {
    "securitycopilotmcpse": {
      "command": "uvx",
      "args": [
        "securitycopilotmcpserver"
      ]
    }
  }
}

Or install with pip: pip install securitycopilotmcpserver