Token导航 LogoToken导航TokenDH.com
MCP Testrail Extension Pip logo
开发工具未说明官方级别未说明来源级核验

MCP Testrail Extension Pip

MCP Server

一个用于集成TestRail测试管理系统的工具,支持在Goose扩展中启用,提供测试管理和报告功能。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
测试管理自动化测试Python

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Purneema-rathod

提供方

Purneema-rathod

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

🧰 Prerequisites Python 3.12+

pip and virtualenv (optional: pyenv)

No VPN (for package installs)

💻 MAC / Linux Setup

  1. Unzip the project

Run this in terminal: cd

Example:cd Downloads (if the file is present in and unzipped in downloads folder)

cd mcp-testrail-tool-pip-fixed

  1. Create and activate virtual environment

python3 -m venv .venv

source .venv/bin/activate

  1. Install dependencies

pip install .

🪟 Windows Setup

  1. Unzip the folder manually or:

Use File Explorer or PowerShel to unzip the file: Expand-Archive .\mcp-testrail-tool-pip-fixed.zip -DestinationPath .\mcp-testrail-tool-pip-fixed

cd .\mcp-testrail-tool-pip-fixed

  1. Create and activate virtualenv

python -m venv .venv

.venv\Scripts\activate

  1. Install with pip

pip install .

🔐 Create .env File (Same for Mac & Windows) In the root of the unzipped folder:

TESTRAIL_URL=https://afterpay.testrail.io TESTRAIL_USER=you@example.com TESTRAIL_API_KEY=your-api-key

🧠 Enable in Goose Go to Settings → Extensions → Add

Use these fields:

Field - Value Name - Testrail Description - Testrail tools Type - StandardIO

Command Full path to: .venv/bin/mcp-testrail-tool (or .venv\\Scripts\\... on Windows)

Example (Mac):

/Users/username/mcp-testrail-tool-pip-fixed/.venv/bin/mcp-testrail-tool

Example (Windows):

C:\Users\username\Downloads\mcp-testrail-tool-pip-fixed\.venv\Scripts\mcp-testrail-tool.exe

目录标签

目录标签

测试管理自动化测试Python本地部署TestRail集成Goose扩展

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP