Skip to content
Cursor

alertlogic mcp for Cursor

io.github.rijul170/alertlogic-mcp

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

client:Cursor transport:stdio runtime:pypi

Install alertlogic mcp in Cursor

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

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

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

alertlogic mcp in other clients