Skip to main content

GLPI client

Project description

This repo contains code for a lightweight client to interact with GLPI and a MCP to consume it from any LLM

Requirements

  • Available glpi instance
  • valid user and API token
  • prettytable python library

Installation

pip3 install glpic

Using client

Store your creds in any env file such as glpic.env.sample and set data accordingly You can then use the following commands

  • List users
glpic list users
  • List computers
glpic list computers
  • Get information on a specific computer
glpic info computer $computer
  • List reservations
glpic list reservations
  • Get information on a specific reservation
glpic info reservation $reservation
  • Update a given reservation
glpic update reservation $reservation -P end=20240601
  • Update all reservations
glpic update reservations

Using MCP

The server is started and configured differently depending on what transport you want to use

For STDIO, you can include the following configuration snippet In VSCode or Claude Desktop:

"mcpServers": {
    "glpi": {
        "command": "python3",
        "args": ["/path/to/glpic/src/glpic/mcp_server.py", "--stdio"],
        "env": {
            "GLPI_URL": "https://server/apirest.php",
            "GLPI_USER": "myuser",
            "GLPI_TOKEN": "mytoken"
            }
        }
    }

For Streamable HTTP, first start the server in a terminal:

glpimcp

You can then point to the server from your client with a modified snippet

"mcpServers": {
         "glpi": {
             "command": "/usr/local/bin/npx",
             "args": ["mcp-remote", "http://your_server:8000/mcp", "--allow-http",
             "--header", "GLPI_URL: https://server/apirest.php",
             "--header", "GLPI_USER: myuser",
             "--header", "GLPI_TOKEN: mytoken"]
        }
    }

For Claude Code, you can add the mcp directly from command line:

claude mcp add --transport http glpi http://your_server:8000/mcp -H "GLPI_URL: https://server/apirest.php" -H "GLPI_USER: myuser" -H "GLPI_TOKEN: mytoken"

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glpic-99.0.202509251424.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

glpic-99.0.202509251424-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file glpic-99.0.202509251424.tar.gz.

File metadata

  • Download URL: glpic-99.0.202509251424.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for glpic-99.0.202509251424.tar.gz
Algorithm Hash digest
SHA256 0e81c32fab0654a45c3babfe51125d44303d14b7be10aa5fd7b398da20c97d0b
MD5 6a483c4e1f9b75f375b799482d3bfa69
BLAKE2b-256 8650ad6cb972449ad6fe1824a815a33185f11b8f9dfba949bf5b9ddf39c356a3

See more details on using hashes here.

File details

Details for the file glpic-99.0.202509251424-py3-none-any.whl.

File metadata

File hashes

Hashes for glpic-99.0.202509251424-py3-none-any.whl
Algorithm Hash digest
SHA256 722f983dbd338d3f20fb9d13e22920255d0a5be7d2f6fa468f03fcb533001b7b
MD5 c025d383bab83afcb8c70925c4c9b50b
BLAKE2b-256 69aa8df7ad711db3bf24ed249355e1fcffe4eb4445e634134971f16801f00fbe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page