69
/ 100
9 days ago
glama

testrail-mcp

An MCP server for TestRail that prepares everything needed to generate test cases from Jira tickets, Confluence pages, or free-form specs and pushes them back to TestRail.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: TESTRAIL_API_KEY, JIRA_API_TOKEN, CONFLUENCE_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configTESTRAIL_BASE_URL"": "https://your-org.testrail.io",
configTESTRAIL_USER"": "you@example.com",
🔐 secretTESTRAIL_API_KEY"": "...",
configTESTRAIL_PROJECT_IDoptional default project ID for tools that take it
configTESTRAIL_SUITE_IDoptional default suite ID
configJIRA_BASE_URL"": "https://your-org.atlassian.net",
configJIRA_USER"": "you@example.com",
🔐 secretJIRA_API_TOKENoptional https://id.atlassian.com/manage-profile
configCONFLUENCE_BASE_URLoptional only for prepare_cases_from_confluence
configCONFLUENCE_EMAILoptional defaults to JIRA_USER
🔐 secretCONFLUENCE_API_TOKENoptional defaults to JIRA_API_TOKEN
configTR_TEMPLATE_IDoptional default template (2 = "Test Case (Steps)")
configTR_TYPE_IDoptional default case type
configTR_PRIORITY_IDoptional default priority (3 = Medium)
configMCP_TRANSPORT
configHOST
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sergey-bl-testrail-mcp-80khn2)](https://m8ven.ai/mcp/sergey-bl-testrail-mcp-80khn2)
commit: 9c1596f47a0b0188b3eda470c8cbf8498ad0ceed
code hash: b7c5ad37648bd63e88b8c30e249192eb2199112977657a3f2d6f981a43552165
verified: 6/18/2026, 11:09:33 AM
view raw JSON →