← Index

Liongard

io.github.wyre-technology/liongard-mcp·v2.1.0·Calendar & Time
Quality Score
95
/100

MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "liongard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/liongard-mcp:v2.1.0"
      ],
      "env": {
        "LIONGARD_API_KEY": "<your-liongard_api_key>",
        "LIONGARD_INSTANCE": "<liongard_instance>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
LIONGARD_API_KEY
requiredsecret

Liongard API access key (access key ID and secret combined per Liongard auth scheme)

LIONGARD_INSTANCE
required

Liongard instance hostname (e.g. yourorg.app.liongard.com)

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 Calendar & Time