Back to Home
msekoranja icon

rt-mcp

Verified Safe

by 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

Run Command
npx -y rt-mcp-server --api-token YOUR_RT_TOKEN --url https://rt.example.com/REST/2.0

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens3500
Stars0
Forks2
Last Update2026-01-14

Tags

MCPRTRequest TrackerAPILLM Integration