Test Intel for Cursor
io.github.barissozudogru/test-intel
Coverage analysis, untested function detection and complexity scoring for TS and JS.
client:Cursor
transport:stdio
runtime:npm
Install Test Intel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"test-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs