Skip to main content
SecurityPython

panther-labs/mcp-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.

securityofficialcloud-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/panther-labs/mcp-panther

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
panther-labs