Server data from the Official MCP Registry
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.
This is a well-structured MCP server for Liongard API integration with proper authentication patterns and appropriate permission scoping. The server supports both stdio and HTTP transports with optional gateway mode for per-request credential isolation. Code quality is good with comprehensive test coverage and proper error handling. Minor code quality observations noted but do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity).
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LIONGARD_API_KEY
Environment variable: LIONGARD_INSTANCE
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-liongard-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"LIONGARD_API_KEY": "your-liongard-api-key-here",
"LIONGARD_INSTANCE": "your-liongard-instance-here"
},
"args": [
"-y",
"@wyre-technology/liongard-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP (Model Context Protocol) server for interacting with the Liongard platform. Provides AI assistants with tools to manage inspectors, systems, metrics, alerts, users, and more through Liongard's API.
npm install
Set the following environment variables:
| Variable | Description |
|---|---|
LIONGARD_URL | Your Liongard instance URL |
LIONGARD_ACCESS_KEY | API access key |
LIONGARD_ACCESS_SECRET | API access secret |
npm start
npm run build # Build the project
npm run test # Run tests
npm run lint # Run linter
npm run typecheck # Type-check
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.