MCP server that enables security professionals to interact with Panther's SIEM platform using natural language for writing detections, querying logs, and managing alerts.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-pantherAgent-CoreX intelligently routes which tools from panther-labs/mcp-panther your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-panther": {
"command": "npx",
"args": [
"-y",
"mcp-panther"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-pantherAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use panther-labs/mcp-panther directly without routing
npx -y mcp-pantherNew to Agent-CoreX? View setup guide →