REI3-Tickets-MCP-Server
Verified Safeby lgndluke
Overview
A FastMCP server that integrates with the REI3 Tickets application, enabling MCP clients to manage tickets, worklogs, and retrieve ticket information.
Installation
python rei3_tickets_mcp_server.pySecurity Notes
The server relies heavily on a `config.ini` file for sensitive credentials, including REI3 API username/password, and potentially OIDC client secrets and encryption keys. The security of the server is directly tied to the proper securing of this configuration file. No hardcoded secrets were found in the source code. It uses `httpx` for secure asynchronous HTTP requests and can be configured with SSL. OIDC proxy functionality includes encryption for client storage.
Similar Servers
enterprise_mcp_server
Provides a robust, multi-component Model Context Protocol (MCP) solution with an API Gateway for routing and management, an Enterprise MCP Server for core services like authentication and tool administration, and a Tool Server for operational tool execution, designed for integration with clients like Cursor and Claude Code.
supatask
Manages local tasks, time tracking, and activity logging with a web interface, rich CLI, and AI assistant integration via the Model Context Protocol (MCP).
mcp
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.
atlass-mcp-server
Provides a Model Context Protocol (MCP) server to automate interactions with Jira and Confluence.