cap shield for Zed
io.github.robinlidberg-dot/cap-shield
Context selection and compression for AI agents - recall measured, not claimed.
client:Zed
transport:stdio
runtime:pypi
Install cap shield in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cap-shield": {
"command": "uvx",
"args": [
"cap-shield"
],
"env": {
"CAP_SHIELD_API_KEY": "<CAP_SHIELD_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs