mcp-testrail
Verified Safeby 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
npx @bun913/mcp-testrail@latestEnvironment 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
plane-mcp-server
The Plane MCP Server provides a programmatic interface for AI agents and developer tools to interact with a Plane workspace, enabling project management, issue tracking, and automation.
octomind-mcp
Enables AI agents to programmatically create, execute, and manage end-to-end tests on the Octomind platform.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
qasphere-mcp
This server enables Large Language Models (LLMs) to interact with QA Sphere test cases for discovery, summarization, and conversation, integrating test management into AI-powered IDE development workflows.