Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Panther's Model Context Protocol (MCP) server enables writing/tuning security detections, querying logs with natural language, and managing alerts from your IDE.
Add this to your MCP client configuration:
{
"mcpServers": {
"panther-labs-mcp-panther": {
"command": "docker",
"args": [
"run",
"-i",
"-e",
"PANTHER_INSTANCE_URL",
"-e",
"PANTHER_API_TOKEN",
"--rm",
"ghcr.io/panther-labs/mcp-panther"
],
"env": {
"PANTHER_INSTANCE_URL": "<URL of your Panther instance (must include https://)>",
"PANTHER_API_TOKEN": "<Your Panther API token>"
}
}
}
}{
"id": "panther-labs-mcp-panther",
"name": "Panther",
"description": "Panther's Model Context Protocol (MCP) server enables writing/tuning security detections, querying logs with natural language, and managing alerts from your IDE.",
"source_url": "https://github.com/panther-labs/mcp-panther",
"publisher_name": "panther-labs",
"publisher_url": "https://github.com/panther-labs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 438,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "mcp-panther"
},
"tools_count": 32
}