soar_mcp_server

abuis78/soar_mcp_server
★ 3 stars Python AI/LLM Updated 4d ago
Exposes Splunk SOAR as an MCP (Model Context Protocol) server endpoint. Claude Desktop, Claude Code, or any MCP-compatible AI client connects directly to SOAR and uses analyst-focused tools to read cases, artifacts, playbooks, and optionally write notes or run playbooks. Configure tools directly via the asset configuration checkboxes below.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "soar_mcp_server": {
      "command": "uvx",
      "args": [
        "soar-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install soar-mcp-server