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.
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)
-
Install Python 3.13.5.
-
Create a designated user in REI3 with access to the Tickets API role. <br> This user will be used for authentication.
-
Set up an API Profile in your REI3 tickets instance. <br> You can create one under: Tickets > Admin Tab > API profiles
-
Download the latest release.
-
Set-ExecutionPolicy Bypass -> if you plan on using the shortcut 'open_config.ps1' script.
-
Adjust config.ini file variables.
-
Start the 'REI3 Tickets MCP Server.exe'
Installation instructions (manual)
-
Install Python 3.13.5.
-
Install uv Python package manager.
-
Add uv to PATH.
-
Create a designated user in REI3 with access to the Tickets API role. <br> This user will be used for authentication.
-
Set up an API Profile in your REI3 tickets instance. <br> You can create one under: Tickets > Admin Tab > API profiles
-
Download/Clone and extract this repository and adjust the config.ini file variables.
-
Ensure you have an MCP Client with the capability to run MCP tools at your disposal. <br> I used AnythingLLM
-
Configure the MCP-Server JSON configuration to include the REI3-Tickets-MCP-Server.
Installation instruction (docker)
-
Install docker.
-
Install git.
-
Create a designated user in REI3 with access to the Tickets API role. <br> This user will be used for authentication.
-
Set up an API Profile in your REI3 tickets instance. <br> You can create one under: Tickets > Admin Tab > API profiles.
-
Download/Clone and extract this repository and adjust the config.ini file variables.
-
Run the
setup_docker.ps1script, 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:
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。