MCP Server
MCP
Blumira
MCP server for Blumira SIEM — query findings, evidence, and detection data via the Blumira API.
Install
oci:ghcr.io/wyre-technology/blumira-mcp:v1.2.12
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/blumira-mcp:v1.2.12",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Blumira API JWT token used to authenticate requests",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BLUMIRA_JWT_TOKEN"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment