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.
Quick Start
Clone the repository:
git clone https://github.com/panther-labs/mcp-pantherClaude Desktop configuration example:
{
"mcpServers": {
"mcp-panther": {
"command": "npx",
"args": [
"-y",
"panther-labs/mcp-panther"
]
}
}
}Check the repository README for specific installation and configuration instructions.