Skip to content
Zed

Blumira for Zed

io.github.wyre-technology/blumira-mcp

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

client:Zed transport:stdio runtime:oci

Install Blumira in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Blumira in other clients