Skip to main content
Glama

REI3 Tickets MCP Server

by lgndluke

Key Features

  • Create tickets.

  • Create ticket worklog entries.

Roadmap

  • Close ticket by ticket key functionality.

  • Get context by ticket key functionality.

  • Get ticket info by ticket key functionality.

Installation

Installation instructions (release)

  1. Install Python 3.13.5.

  2. Create a designated user in REI3 with access to the Tickets API role. This user will be used for authentication.

  3. Set up an API Profile in your REI3 tickets instance. You can create one under: Tickets > Admin Tab > API profiles

  4. Download the latest release.

  5. Set-ExecutionPolicy Bypass -> if you plan on using the shortcut 'open_config.ps1' script.

  6. Adjust config.ini file variables.

  7. Start the 'REI3 Tickets MCP Server.exe'

Installation instructions (manual)

  1. Install Python 3.13.5.

  2. Install uv Python package manager.

  3. Add uv to PATH.

  4. Create a designated user in REI3 with access to the Tickets API role. This user will be used for authentication.

  5. Set up an API Profile in your REI3 tickets instance. You can create one under: Tickets > Admin Tab > API profiles

  6. Download/Clone and extract this repository and adjust the config.ini file variables.

  7. Ensure you have an MCP Client with the capability to run MCP tools at your disposal. I used AnythingLLM

  8. Configure the MCP-Server JSON configuration to include the REI3-Tickets-MCP-Server.

Installation instruction (docker)

  1. Install docker.

  2. Install git.

  3. Create a designated user in REI3 with access to the Tickets API role. This user will be used for authentication.

  4. Set up an API Profile in your REI3 tickets instance. You can create one under: Tickets > Admin Tab > API profiles.

  5. Download/Clone and extract this repository and adjust the config.ini file variables.

  6. Run the setup_docker.ps1 script, it will create the docker image for you, as well as provide instructions on how to create the container.

MCP-Server JSON configuration examples for AnythingLLM:

For transport mode 'stdio':

{ "mcpServers": { "REI3-Tickets-MCP-Server" : { "command": "uv", "args": [ "--directory", "ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\REI3-Tickets-MCP-Server-main", "run", "rei3_tickets_mcp_server.py" ] } } }

For transport mode 'http':

{ "mcpServers": { "REI3-Tickets-MCP-Server" : { "url": "http://127.0.0.1:54321/mcp/", "type": "streamable" } } }

Demonstration

Creating a REI3 ticket using the REI3-Tickets-MCP-Server:

Created ticket:

Created ticket worklog:

Creating a worklog entry inside an existing ticket:

Created ticket worklog:

Credits

This software utilizes:

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables AI assistants to create tickets and worklog entries in REI3 ticket management systems through the REI3 Tickets API. Supports secure authentication and provides natural language interface for ticket operations.

  1. Roadmap
    1. Installation
      1. Installation instructions (release)
      2. Installation instructions (manual)
      3. Installation instruction (docker)
      4. MCP-Server JSON configuration examples for AnythingLLM:
    2. Demonstration
      1. Creating a REI3 ticket using the REI3-Tickets-MCP-Server:
      2. Created ticket:
      3. Created ticket worklog:
      4. Creating a worklog entry inside an existing ticket:
      5. Created ticket worklog:
    3. Credits

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/lgndluke/REI3-Tickets-MCP-Server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server