Liongard for Cursor
io.github.wyre-technology/liongard-mcp
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
client:Cursor
transport:stdio
runtime:oci
Install Liongard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"liongard-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs