rt-mcp
Verified Safeby msekoranja
Overview
Provides read-only access to Request Tracker (RT) via its REST2 API for Large Language Models to query ticket information and attachments.
Installation
npx -y rt-mcp-server --api-token YOUR_RT_TOKEN --url https://rt.example.com/REST/2.0Environment Variables
- RT_BASE_URL
- RT_TOKEN
Security Notes
The server explicitly handles authentication tokens (via environment variables or CLI arguments) and warns against hardcoding them. It's read-only, which significantly reduces the attack surface. Error handling returns structured error objects rather than raw exceptions. No 'eval' or obvious malicious patterns were found. Uses `fetch` with a timeout. The primary risk would be exposing a valid RT token, which the documentation warns against.
Similar Servers
servicenow-api
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
comptext-mcp-server
Provides token-efficient access to Domain-Specific Language (DSL) documentation stored in Notion for LLM interactions.
jira-mcp
The Jira MCP server provides a Model Context Protocol (MCP) interface, enabling Large Language Models (LLMs) to interact with Jira for tasks like searching, creating, updating, and managing tickets and sprints.
insightfinder-mcp-server
This server enables Large Language Models (LLMs) to interact with the InsightFinder platform, providing capabilities for incident management, anomaly detection, system monitoring, and deployment analysis.