Test Intel for Zed
io.github.barissozudogru/test-intel
Coverage analysis, untested function detection and complexity scoring for TS and JS.
client:Zed
transport:stdio
runtime:npm
Install Test Intel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"test-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs