Back to MCP directory
publicPublicdnsLocal runtime

rt-mcp

一个基于AI的Request Tracker控制服务器,提供查询工单状态和创建工单功能。

article

README

🚀 请求跟踪器 MCP 服务器

本 MCP 服务器可借助 AI 助力您对 请求跟踪器 进行控制,为您的请求管理带来便利。

🚀 快速开始

📦 安装指南

复制 env.example 文件到 .env 并更新其中所需的配置。

✨ 主要特性

获取票证状态

您可以说出票证的 ID 来询问其状态。

创建票证

示例输入:在通用队列中创建一个重置我的密码的票证

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client