Cybersecurity MCP server: 323 prompts + 7 workflows for red team, blue team, SOC, cloud, OSINT.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @xu-c0/cybersec-mcp
MCP client config
{
"mcpServers": {
"cybersec-mcp": {
"command": "npx",
"args": [
"-y",
"@xu-c0/cybersec-mcp"
]
}
}
}