pw-testrail
stdioUsed by 1 plugin
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"pw-testrail": {
"command": "npx",
"args": [
"tsx",
"${CLAUDE_PLUGIN_ROOT}/integrations/testrail-mcp/src/index.ts"
],
"env": {
"TESTRAIL_URL": "${TESTRAIL_URL}",
"TESTRAIL_USER": "${TESTRAIL_USER}",
"TESTRAIL_API_KEY": "${TESTRAIL_API_KEY}"
}
}
}
}Replace placeholder values for: TESTRAIL_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Admin access level
This server has elevated permissions. Review the source code before enabling.
Command
npxAccess Level
admin
Arguments
tsx${CLAUDE_PLUGIN_ROOT}/integrations/testrail-mcp/src/index.ts
Environment Variables
TESTRAIL_URL=${TESTRAIL_URL}TESTRAIL_USER=${TESTRAIL_USER}TESTRAIL_API_KEY=${TESTRAIL_API_KEY}Required Secrets
TESTRAIL_API_KEY