pwdev-glpi
v1.2.0Integração com GLPI 10.x e 11.x pela API REST Legacy V1 via servidor MCP próprio (@soarescbm/mcp-glpi, npx).
By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pwdev-glpi for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pwdev-glpi@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pwdev-solucoes/pwdev-claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pwdev-glpi/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/glpi/SKILL.md└── .mcp.json
Included Skills1
Tickets, triagem, followups, solução, usuários, grupos, ativos, projetos e base de conhecimento no GLPI via MCP glpi.
MCP servers1
- command
- npx
- args
- -y @soarescbm/[email protected]
- env.GLPI_BASE_URL
- ${GLPI_BASE_URL:-}
- env.GLPI_PAT
- ${GLPI_PAT:-}
- env.GLPI_APP_TOKEN
- ${GLPI_APP_TOKEN:-}
- env.GLPI_USE_SESSION
- ${GLPI_USE_SESSION:-true}
- env.GLPI_TIMEOUT_MS
- ${GLPI_TIMEOUT_MS:-30000}
Plugin manifests2
{
"name": "pwdev-glpi",
"displayName": "PWDEV GLPI — Tickets, Triagem e Fila ITSM",
"version": "1.2.0",
"description": "Integração com GLPI 10.x e 11.x pela API REST Legacy V1 via servidor MCP próprio (@soarescbm/mcp-glpi, npx).",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"codex",
"glpi",
"itsm",
"helpdesk",
"tickets",
"triage",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "PWDEV GLPI",
"shortDescription": "Tickets, triagem e fila ITSM no GLPI",
"defaultPrompt": "Use $glpi para gerenciar tickets e consultar o GLPI via MCP."
}
}{
"name": "pwdev-glpi",
"displayName": "PWDEV GLPI — Tickets, Triagem e Fila ITSM",
"version": "1.2.0",
"description": "Integração multi-runtime com GLPI 10.x e 11.x pela API REST Legacy V1 via servidor MCP próprio (@soarescbm/mcp-glpi, npx), compatível com Claude Code, Codex e Hermes — tickets CRUD, followups, solução/fechamento, usuários, grupos, ativos, projetos e base de conhecimento. Triagem assistida com prompt MCP e relatório de fila. Setup guiado com PAT fora do repositório.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"claude-code",
"claude-plugin",
"glpi",
"itsm",
"helpdesk",
"tickets",
"triage",
"mcp",
"pt-br"
],
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pwdev-glpi on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-glpi)