# Liongard (oci · ghcr.io/wyre-ai/liongard-mcp:v2.3.9)

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

- Trust score: 54/100 (low)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- oci · `ghcr.io/wyre-ai/liongard-mcp:v2.3.9`: 54/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-liongard-mcp/ghcr-io-wyre-ai-liongard-mcp-v2-3-9.md), [page](https://verifymcp.io/servers/wyre-ai-liongard-mcp/ghcr-io-wyre-ai-liongard-mcp-v2-3-9)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/liongard-mcp:v2.3.9`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 22 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1880 tokens (~75/item across 25 items; 24 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Liongard MCP server?

Liongard runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/liongard-mcp:v2.3.9. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add wyre-ai-liongard-mcp -- docker run --rm -i ghcr.io/wyre-ai/liongard-mcp:v2.3.9
```

### Cursor

```json
{
  "mcpServers": {
    "wyre-ai-liongard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/liongard-mcp:v2.3.9"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wyre-ai-liongard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/liongard-mcp:v2.3.9"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wyre-ai-liongard-mcp -- docker run --rm -i ghcr.io/wyre-ai/liongard-mcp:v2.3.9
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-liongard-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/liongard-mcp:v2.3.9"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  wyre-ai-liongard-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/liongard-mcp:v2.3.9"]
```

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-liongard-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/liongard-mcp:v2.3.9"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "wyre-ai-liongard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/liongard-mcp:v2.3.9"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 50, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 49, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 48, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-05 (score 47, +4)

- [functional improvement] Stability: unverified → 0.27

## MCP tools (24)

### `liongard_navigate` (~206 tokens)

Discover available Liongard tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

Input parameters:

- `domain` (string, required): The domain to explore: - environments: Environment/company management - list, get, create environments, count, and view related entities - agents: Agent management - list agents, bulk delete, and gen…

### `liongard_environments_list` (~71 tokens)

List environments (customers/companies) in Liongard with pagination. Returns environment details including name, status, and tier.

Input parameters:

- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_environments_get` (~45 tokens)

Get detailed information about a specific environment by its ID. Returns full environment profile including status, visibility, and tier.

Input parameters:

- `id` (number, required): The unique environment ID

### `liongard_environments_create` (~82 tokens)

Create a new environment in Liongard. Only Name is required, all other fields are optional.

Input parameters:

- `Description` (string): Environment description
- `Name` (string, required): The environment name (required)
- `Status` (string): Environment status
- `Tier` (string): Environment tier classification
- `Visible` (boolean): Whether the environment is visible

### `liongard_environments_count` (~31 tokens)

Get the total count of environments in Liongard. Useful for understanding the size of your environment inventory.

### `liongard_environments_related` (~48 tokens)

Get related entities for a specific environment. Returns associated launchpoints, agents, integration mappings, and child environments.

Input parameters:

- `id` (number, required): The environment ID to get related entities for

### `liongard_agents_list` (~67 tokens)

List agents in Liongard with pagination. Agents are installed on-premise to facilitate inspections and data collection.

Input parameters:

- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_agents_delete` (~64 tokens)

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes an agent from Liongard and removes all associated monitoring data and configurations. This action cannot be undone. Confirm with the user before invoking.

Input parameters:

- `id` (number, required): The unique agent ID to delete

### `liongard_inspections_inspectors` (~70 tokens)

List available inspectors (inspection types) in Liongard with pagination. Inspectors define what data is collected.

Input parameters:

- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_inspections_launchpoints` (~73 tokens)

List launchpoints (configured inspection instances) in Liongard with pagination. Launchpoints are configured instances of inspectors tied to environments.

Input parameters:

- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_inspections_create_launchpoint` (~99 tokens)

Create a new launchpoint (configured inspection instance). Requires an inspector ID, environment ID, and a name.

Input parameters:

- `AgentID` (number): Optional agent ID to run the inspection on
- `EnvironmentID` (number, required): The environment ID to associate with
- `InspectorID` (number, required): The inspector type ID
- `Name` (string, required): Name for the launchpoint
- `Schedule` (string): Optional schedule expression

### `liongard_inspections_run` (~46 tokens)

Trigger an immediate inspection run for a specific launchpoint. The inspection will execute as soon as possible.

Input parameters:

- `launchpointId` (number, required): The launchpoint ID to run

### `liongard_systems_list` (~63 tokens)

List systems in Liongard with pagination. Systems are infrastructure components discovered through inspections.

Input parameters:

- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_systems_get` (~38 tokens)

Get detailed information about a specific system by its ID. Returns full system profile.

Input parameters:

- `id` (number, required): The unique system ID

### `liongard_detections_list` (~172 tokens)

List detections in Liongard via POST /api/v2/detections. Defaults to the last 30 days; pass startDate/endDate (ISO-8601) to override the date range. Returns a paginated envelope with `Data` and `Pagination`.

Input parameters:

- `endDate` (string): Optional ISO-8601 end of date range. Defaults to now if omitted.
- `filters` (array): Optional Liongard Filters array (e.g. by EnvironmentID, Severity).
- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 25)
- `startDate` (string): Optional ISO-8601 start of date range. Defaults to 30 days ago if omitted.

### `liongard_detections_get` (~45 tokens)

Get detailed information about a specific detection by its ID via GET /api/v1/detections/{id}.

Input parameters:

- `id` (number, required): The unique detection ID

### `liongard_metrics_list` (~29 tokens)

List all available metrics in Liongard. Returns metric definitions including name, type, and status.

### `liongard_metrics_evaluate` (~95 tokens)

Evaluate metrics across all systems. Optionally filter by specific metric IDs and environment IDs.

Input parameters:

- `EnvironmentIDs` (array): Optional array of environment IDs to filter by
- `MetricIDs` (array): Optional array of metric IDs to evaluate
- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_metrics_evaluate_systems` (~97 tokens)

Evaluate metrics grouped per system. Optionally filter by specific metric IDs and environment IDs.

Input parameters:

- `EnvironmentIDs` (array): Optional array of environment IDs to filter by
- `MetricIDs` (array): Optional array of metric IDs to evaluate
- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_timeline_list` (~88 tokens)

List timeline entries in Liongard via GET /api/v1/timeline. Returns a plain array of inspection events and configuration changes. page/pageSize are accepted but may be ignored by the v1 endpoint.

Input parameters:

- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_inventory_identities` (~130 tokens)

List asset identities in Liongard for a specific environment. Identities represent users, accounts, and other identity entities discovered through inspections. Use liongard_environments_list to find environment IDs.

Input parameters:

- `environment` (number, required): REQUIRED. Liongard Environment ID to scope the query to. Use liongard_environments_list to discover environment IDs.
- `filters` (array): Optional Liongard query filters (array of filter objects).
- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_inventory_identity_get` (~38 tokens)

Get detailed information about a specific identity by its ID. Returns full identity profile.

Input parameters:

- `id` (number, required): The unique identity ID

### `liongard_inventory_devices` (~125 tokens)

List device profiles in Liongard for a specific environment. Device profiles represent hardware and software assets discovered through inspections. Use liongard_environments_list to find environment IDs.

Input parameters:

- `environment` (number, required): REQUIRED. Liongard Environment ID to scope the query to. Use liongard_environments_list to discover environment IDs.
- `filters` (array): Optional Liongard query filters (array of filter objects).
- `page` (number): Page number (1-indexed, default: 1)
- `pageSize` (number): Number of items per page (default: 50)

### `liongard_inventory_device_get` (~41 tokens)

Get detailed information about a specific device profile by its ID. Returns full device profile details.

Input parameters:

- `id` (number, required): The unique device profile ID

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-ai-liongard-mcp/ghcr-io-wyre-ai-liongard-mcp-v2-3-9#diagnostics

## Score history

- 2026-09-20: 54
- 2026-09-19: 53
- 2026-09-18: 53
- 2026-09-17: 52
- 2026-09-16: 52
- 2026-09-15: 51
- 2026-09-14: 51
- 2026-09-13: 50
- 2026-09-12: 50
- 2026-09-11: 49
- 2026-09-10: 49
- 2026-09-09: 48
- 2026-09-08: 48
- 2026-09-07: 47
- 2026-09-06: 47
- 2026-09-05: 47
- 2026-09-04: 43
- 2026-09-03: 43
- 2026-09-02: 43
- 2026-09-01: 43
- 2026-08-31: 43
- 2026-08-30: 43
- 2026-08-29: 43
- 2026-08-28: 43

## Common questions

### What is the Liongard MCP server?

Liongard is an MCP server listed in the public MCP registry as io.github.WYRE-AI/liongard-mcp. MCP server for Liongard, inspectors, environments, metrics, detections, and timeline data. This page covers its container image (ghcr.io/wyre-ai/liongard-mcp:v2.3.9).

### Is the Liongard MCP server safe to use?

Liongard scores 54 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Liongard MCP server expose?

Liongard exposes 24 tools: liongard_navigate, liongard_environments_list, liongard_environments_get, liongard_environments_create, liongard_environments_count, and 19 more. Their descriptions and schemas cost roughly 1,863 tokens of context every time the server is loaded.

### Is the Liongard MCP server still maintained?

Liongard is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Liongard MCP server under?

Liongard declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/WYRE-AI/liongard-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-ai-liongard-mcp/ghcr-io-wyre-ai-liongard-mcp-v2-3-9.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-ai-liongard-mcp/ghcr-io-wyre-ai-liongard-mcp-v2-3-9.json
- HTML version of this page: https://verifymcp.io/servers/wyre-ai-liongard-mcp/ghcr-io-wyre-ai-liongard-mcp-v2-3-9
