Liongard for Windsurf
io.github.wyre-technology/liongard-mcp
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
client:Windsurf
transport:stdio
runtime:oci
Install Liongard in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"liongard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/liongard-mcp:v2.3.7"
],
"env": {
"LIONGARD_API_KEY": "<LIONGARD_API_KEY>",
"LIONGARD_INSTANCE": "<LIONGARD_INSTANCE>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs