Loading MCP server directory, please wait...
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
npx @getmcp/cli add io.github.wyre-technology/liongard-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
LIONGARD_API_KEYLiongard API access key (access key ID and secret combined per Liongard auth scheme)
LIONGARD_INSTANCELiongard instance hostname (e.g. yourorg.app.liongard.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/liongard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"LIONGARD_API_KEY",
"-e",
"LIONGARD_INSTANCE",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/liongard-mcp:v2.2.0"
],
"env": {
"LIONGARD_API_KEY": "",
"LIONGARD_INSTANCE": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}