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
By panther-labs
Installation
npx -y mcp-pantherConfiguration
{
"mcpServers": {
"mcp-panther": {
"command": "npx",
"args": ["-y", "mcp-panther"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes