Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hermes GLPI Wave Hub

БесплатноНе проверен

Enables interaction with GLPI (ITSM) through 71 tools covering tickets, assets, problems, changes, knowledge base, projects, users, and more, using SSE or stdio

GitHubEmbed

Описание

Enables interaction with GLPI (ITSM) through 71 tools covering tickets, assets, problems, changes, knowledge base, projects, users, and more, using SSE or stdio transport.

README

MCP Server para GLPI — Hub de herramientas para el agente Hermes (WhatsApp + OpenRouter).

Arquitectura

┌─────────────────┐     SSE (8080)      ┌──────────────────┐     REST      ┌────────┐
│  Hermes Agent   │ ◀──────────────────▶ │  GLPI Hub (LXC)  │ ────────────▶ │  GLPI  │
│  (LXC separada) │                      │  mcp-glpi-wave-  │               │  (VPS) │
│  OpenRouter     │                      │  hub             │               │        │
└─────────────────┘                      └──────────────────┘               └────────┘

Inicio rápido

# 1. Configurar entorno
cp .env.example .env
# Editar .env con credenciales GLPI

# 2. Levantar con Docker
docker compose up -d --build

# 3. Verificar salud
curl http://localhost:8080/health

Despliegue en Proxmox LXC

Script completo desde el host de Proxmox:

bash deploy/deploy-proxmox.sh

Esto crea un LXC Debian 12 (ID 200) con Docker, clona el repo y levanta el servicio.

Documentación completa en deploy/README.md.

Herramientas disponibles (71)

  • Tickets (11): list, get, create, update, delete, followup, task, solution, assign, get_tasks, get_followups
  • Assets (15): computers (CRUD + delete), printers (list, get, create), monitors (list, get), phones (list, get), network equipment (list, get, create)
  • Software (3): list, get, create
  • ITIL Problems (4): list, get, create, update
  • ITIL Changes (4): list, get, create, update
  • Knowledge Base (4): list, get, search, create
  • Projects (4): list, get, create, update
  • Users & Groups (8): list users, get user, search user, create user, list groups, get group, create group, add user to group
  • Admin (12): locations (list, get, create), entities (list, get), categories (list), contracts (list, get, create), suppliers (list, get, create)
  • Documents (2): list, get
  • Search (1): búsqueda avanzada multi-criterio
  • Statistics (2): ticket stats, asset stats
  • Health (1): verificar conexión con GLPI

Desarrollo local

# Instalar dependencias
uv sync --dev

# Ejecutar en modo stdio (para debug)
python -m src.main

# Ejecutar en modo SSE (producción)
python -m src.main --sse

Configuración

Toda la configuración se realiza via variables de entorno (.env). Ver .env.example para la plantilla completa.

GLPI_URL=http://your-glpi-host/apirest.php
GLPI_APP_TOKEN=your-app-token
GLPI_USER_TOKEN=your-user-token
GLPI_INTERNAL_HOST=10.0.0.20
HUB_INTERNAL_HOST=10.0.0.10
HERMES_AGENT_INTERNAL_HOST=10.0.0.5
PROXMOX_NETWORK_SUBNET=10.0.0.0/24
MCP_PORT=8080

Testing

# Ejecutar tests
uv run pytest -v

# Tests con cobertura
uv run pytest --cov=src --cov-report=term-missing

Code Quality

# Linter
uv run ruff check src/

# Formatear
uv run ruff format src/

# Type check
uv run mypy src/

Licencia

MIT

from github.com/eurfra-wave/mcp-glpi-wave-hub

Установка Hermes GLPI Wave Hub

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/eurfra-wave/mcp-glpi-wave-hub

FAQ

Hermes GLPI Wave Hub MCP бесплатный?

Да, Hermes GLPI Wave Hub MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hermes GLPI Wave Hub?

Нет, Hermes GLPI Wave Hub работает без API-ключей и переменных окружения.

Hermes GLPI Wave Hub — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Hermes GLPI Wave Hub в Claude Desktop, Claude Code или Cursor?

Открой Hermes GLPI Wave Hub на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hermes GLPI Wave Hub with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development