← Index

Huntress

io.github.wyre-technology/huntress-mcp·v1.2.0·Other
Quality Score
95
/100

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "huntress-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/huntress-mcp:v1.2.0"
      ],
      "env": {
        "HUNTRESS_API_KEY": "<your-huntress_api_key>",
        "HUNTRESS_API_SECRET": "<your-huntress_api_secret>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
HUNTRESS_API_KEY
requiredsecret

Huntress API key (public identifier portion of the API credential)

HUNTRESS_API_SECRET
requiredsecret

Huntress API secret

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other