https://github.com/wyre-technology/liongard-mcp
MCP server for Liongard — inspector data, environment metrics, and configuration detection tools for AI assistants
https://github.com/wyre-technology/liongard-mcp
ai-tools claude liongard mcp mcp-server model-context-protocol msp msp-mcp typescript wyre-technology
Last synced: 29 days ago
JSON representation
MCP server for Liongard — inspector data, environment metrics, and configuration detection tools for AI assistants
- Host: GitHub
- URL: https://github.com/wyre-technology/liongard-mcp
- Owner: wyre-technology
- License: apache-2.0
- Created: 2026-02-16T16:26:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T20:04:41.000Z (30 days ago)
- Last Synced: 2026-05-13T21:29:51.419Z (30 days ago)
- Topics: ai-tools, claude, liongard, mcp, mcp-server, model-context-protocol, msp, msp-mcp, typescript, wyre-technology
- Language: TypeScript
- Homepage: https://mcp.wyretechnology.com/mcp-servers/liongard/
- Size: 201 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Liongard MCP Server
An MCP (Model Context Protocol) server for interacting with the [Liongard](https://www.liongard.com/) platform. Provides AI assistants with tools to manage inspectors, systems, metrics, alerts, users, and more through Liongard's API.
## One-Click Deployment
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/wyre-technology/liongard-mcp/tree/main)
[](https://deploy.workers.cloudflare.com/?url=https://github.com/wyre-technology/liongard-mcp)
## Features
- Decision-tree tool architecture — starts with a navigation tool, then exposes domain-specific tools on demand
- 25 tools across inspectors, systems, metrics, alerts, users, groups, environments, and integrations
- Dual API version support (v1 and v2)
- 118 tests
## Installation
```bash
npm install
```
## Configuration
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 |
## Usage
```bash
npm start
```
## Development
```bash
npm run build # Build the project
npm run test # Run tests
npm run lint # Run linter
npm run typecheck # Type-check
```
## License
[Apache-2.0](LICENSE)