Skip to content
Claude Desktop

Blumira for Claude Desktop

io.github.wyre-ai/blumira-mcp

MCP server for Blumira SIEM — query findings, evidence, and detection data via the Blumira API.

client:Claude Desktop transport:stdio runtime:oci

Install Blumira in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "blumira-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/blumira-mcp:v1.2.14"
      ],
      "env": {
        "BLUMIRA_JWT_TOKEN": "<BLUMIRA_JWT_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Blumira in other clients