Back to MCP Servers

AI SOC Sher

MCP Server to do dynamic AI SOC Security Threat analysis for a Text2SQL AI Agent.

developer-toolssecurityaiagent

Installation

npx -y MCP_AI_SOC_Sher

Configuration

{
  "mcpServers": {
    "MCP_AI_SOC_Sher": {
      "command": "npx",
      "args": ["-y", "MCP_AI_SOC_Sher"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub