Back to Home
bun913 icon

mcp-testrail

Verified Safe

by bun913

Overview

Provides an MCP server to enable AI clients like Claude or Cursor to interact with and manage TestRail projects, suites, test cases, runs, and results.

Installation

Run Command
npx @bun913/mcp-testrail@latest

Environment Variables

  • TESTRAIL_URL
  • TESTRAIL_USERNAME
  • TESTRAIL_API_KEY

Security Notes

Credentials (URL, username, API key) are correctly handled via environment variables, preventing hardcoding. Input validation is rigorously enforced using Zod schemas for all API endpoints, significantly reducing injection and malformed request vulnerabilities. Error handling is explicit and provides context without leaking excessive internal details. No 'eval' or similar dangerous dynamic code execution patterns were found. The system relies on TestRail API's own security for data access.

Similar Servers

Stats

Interest Score40
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars19
Forks8
Last Update2025-12-04

Tags

TestRailMCPAI ToolsTest ManagementTypeScript