
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mcp-testrail
Advanced tools
A complete Model Context Protocol (MCP) server for TestRail integration with full API support. Allows AI assistants like Cursor to interact with TestRail test management system.
npm install -g mcp-testrail
Or use directly with npx (no installation needed):
npx -y mcp-testrail
cursor-config.example.json):{
"mcpServers": {
"testrail": {
"command": "npx",
"args": ["-y", "mcp-testrail"],
"env": {
"TESTRAIL_URL": "https://your-company.testrail.io",
"TESTRAIL_USERNAME": "your-email@company.com",
"TESTRAIL_API_KEY": "your-api-key-here"
}
}
}
}
Replace the following values:
https://your-company.testrail.io - with your TestRail URLyour-email@company.com - with your TestRail emailyour-api-key-here - with your API key from Step 1Save the config file
Restart Cursor
Open Cursor chat and try:
Show me all TestRail projects
If everything is configured correctly, you'll see your TestRail projects!
TESTRAIL_URL - Your TestRail instance URL (e.g., https://yourcompany.testrail.io)TESTRAIL_USERNAME - Your TestRail email addressTESTRAIL_API_KEY - Your TestRail API key (generated in TestRail settings)get_projects, get_projectget_suites, get_suite, add_suite, update_suiteget_sections, get_section, add_section, update_section, delete_sectionget_cases, get_case, add_case, update_case, delete_caseget_case_types, get_case_fieldsget_runs, get_run, add_run, update_run, close_runget_tests, get_testget_results, get_results_for_case, get_results_for_runadd_result, add_result_for_case, add_results_for_casesget_plans, get_planget_milestones, get_milestoneMIT
FAQs
Complete TestRail MCP Server with full API support
We found that mcp-testrail demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.