What is the Liongard MCP server?
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
How to install Liongard
Copy-paste configuration for popular MCP clients.
LIONGARD_API_KEYrequiredsecretLiongard API access key (access key ID and secret combined per Liongard auth scheme)
LIONGARD_INSTANCErequiredLiongard instance hostname (e.g. yourorg.app.liongard.com)
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"liongard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/liongard-mcp:v2.2.0"
],
"env": {
"LIONGARD_API_KEY": "<YOUR_LIONGARD_API_KEY>",
"LIONGARD_INSTANCE": "<YOUR_LIONGARD_INSTANCE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"liongard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/liongard-mcp:v2.2.0"
],
"env": {
"LIONGARD_API_KEY": "<YOUR_LIONGARD_API_KEY>",
"LIONGARD_INSTANCE": "<YOUR_LIONGARD_INSTANCE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"liongard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/liongard-mcp:v2.2.0"
],
"env": {
"LIONGARD_API_KEY": "<YOUR_LIONGARD_API_KEY>",
"LIONGARD_INSTANCE": "<YOUR_LIONGARD_INSTANCE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"liongard-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/liongard-mcp:v2.2.0"
],
"env": {
"LIONGARD_API_KEY": "<YOUR_LIONGARD_API_KEY>",
"LIONGARD_INSTANCE": "<YOUR_LIONGARD_INSTANCE>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add liongard-mcp --env LIONGARD_API_KEY=<YOUR_LIONGARD_API_KEY> --env LIONGARD_INSTANCE=<YOUR_LIONGARD_INSTANCE> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/liongard-mcp:v2.2.0Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →