CrowdStrike MCP server running locally via Bun on TypeScript script. Provides tools and resources for cybersecurity queries and threat intelligence access.
From clawdstrikenpx claudepluginhub backbay-labs/clawdstrike --plugin clawdstrikeAdd to your .mcp.json:
{
"mcpServers": {
"clawdstrike": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.ts"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun