Skip to content
Cursor

mcp msdefenderkql for Cursor

io.github.trickyfalcon/mcp-msdefenderkql

Execute KQL queries against Microsoft Defender Advanced Hunting via natural language.

client:Cursor transport:stdio runtime:pypi

Install mcp msdefenderkql in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-msdefenderkql": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-msdefenderkql"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp msdefenderkql in other clients