Back to MCP Servers

Panther

MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts.

security

Installation

npx -y mcp-panther

Configuration

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

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