cybersec mcp for Cursor
io.github.xu-c0/cybersec-mcp
Cybersecurity MCP server: 323 prompts + 7 workflows for red team, blue team, SOC, cloud, OSINT.
client:Cursor
transport:stdio
runtime:npm
Install cybersec mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cybersec-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xu-c0/cybersec-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs