development-tools / Liongard
Liongard 2.1.3
2.1.3
io.github.wyre-technology/liongard-mcp
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
Install with terminal
Install this server using the terminal command below.
LIONGARD_API_KEY=<secret> LIONGARD_INSTANCE=<LIONGARD_INSTANCE> docker run -i ghcr.io/wyre-technology/liongard-mcp:v2.1.3
Connect
Copy/paste this example snippet into your MCP client configuration, then fill in any required auth values.
{
"mcpServers": {
"liongard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/liongard-mcp:v2.1.3"
],
"env": {
"LIONGARD_API_KEY": "<secret>",
"LIONGARD_INSTANCE": "<LIONGARD_INSTANCE>"
}
}
}
}
JSON
{
"server": {
"name": "io.github.wyre-technology/liongard-mcp",
"title": "Liongard",
"description": "MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.",
"version": "2.1.3",
"packages": [
{
"registry": {
"type": "oci"
},
"identifier": "ghcr.io/wyre-technology/liongard-mcp:v2.1.3",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"description": "Liongard API access key",
"is_required": true,
"format": "string",
"is_secret": true,
"name": "LIONGARD_API_KEY"
},
{
"description": "Liongard instance hostname",
"is_required": true,
"format": "string",
"name": "LIONGARD_INSTANCE"
}
]
}
],
"remotes": null,
"repository": {
"url": "https://github.com/wyre-technology/liongard-mcp",
"source": "github"
},
"icons": null,
"website_url": "https://github.com/wyre-technology/liongard-mcp",
"latest": true,
"created_at": "2026-05-19T19:23:51.571Z",
"updated_at": "2026-05-19T19:23:51.571Z"
}
}