REI3 Tickets MCP Server

REI3 Tickets MCP Server

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.

Category
Visit Server

README

<h1 align="center"> <br> <a href="https://github.com/lgndluke/REI3-Tickets-MCP-Server"><img width="200" alt="REI3_MCP_Server_Logo" src="https://github.com/user-attachments/assets/dfac4e23-ddeb-4fdd-a1fe-8af413fb2c60" /></a> <br> REI3 Tickets MCP Server <br> </h1>

<h4 align="center">A simple FastMCP server for the REI3 Tickets application.</h4>

<p align="center"> <a href="#key-features">Key Features</a> • <a href="#roadmap">Roadmap</a> • <a href="#installation">Installation</a> • <a href="#demonstration">Demonstration</a> • <a href="#credits">Credits</a> </p>

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. <br> This user will be used for authentication.

  3. Set up an API Profile in your REI3 tickets instance. <br> 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. <br> This user will be used for authentication.

  5. Set up an API Profile in your REI3 tickets instance. <br> 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. <br> 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. <br> This user will be used for authentication.

  4. Set up an API Profile in your REI3 tickets instance. <br> 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:

<img width="1309" height="248" alt="Create_Ticket_with_MCP_Server" src="https://github.com/user-attachments/assets/2dc69e13-e742-4376-8b29-821fa1ae298a" />

Created ticket:

<img width="1918" height="947" alt="Created_Ticket_in_Not_Assigned" src="https://github.com/user-attachments/assets/19a4cd47-067a-48c3-8617-ce14919f78e9" />

Created ticket worklog:

<img width="1876" height="806" alt="Created_Ticket_Worklog" src="https://github.com/user-attachments/assets/7f9baeab-8c46-44ad-8dce-0873d11ff3c2" />

Creating a worklog entry inside an existing ticket:

<img width="1320" height="398" alt="Create_Ticket_Worklog_with_MCP_Server" src="https://github.com/user-attachments/assets/abec409e-ff49-4867-8404-0f41ee669065" />

Created ticket worklog:

<img width="1877" height="810" alt="Create_Second_Ticket_Worklog" src="https://github.com/user-attachments/assets/dd4f9b10-7c16-47b6-9318-7e50bd14adeb" />

Credits

This software utilizes:

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured