flagrix for Zed
io.github.flagrix-io/flagrix
Scan GitHub repos and profiles for malware before cloning — commit-pinned risk verdicts for agents
client:Zed
transport:stdio
runtime:npm
Install flagrix in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flagrix": {
"command": "npx",
"args": [
"-y",
"flagrix"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs