aiact for Zed
io.github.thegridwork/aiact
Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.
client:Zed
transport:stdio
runtime:npm
Install aiact in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aiact": {
"command": "npx",
"args": [
"-y",
"gridwork-aiact"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs