mcp defender for Cursor
io.github.trickyfalcon/mcp-defender
Execute KQL queries against Microsoft Defender Advanced Hunting via natural language.
client:Cursor
transport:stdio
runtime:pypi
Install mcp defender in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-defender": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-defender"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs