turbopentest for Zed
io.github.integsec/turbopentest
AI-powered penetration testing. Launch scans, review findings, download reports.
client:Zed
transport:stdio
runtime:npm
Install turbopentest in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"turbopentest": {
"command": "npx",
"args": [
"-y",
"@turbopentest/mcp-server"
],
"env": {
"TURBOPENTEST_API_KEY": "<TURBOPENTEST_API_KEY>",
"TURBOPENTEST_API_URL": "<TURBOPENTEST_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs