prompt-protection for Zed
io.github.mughalhere/prompt-protection
Scan prompts, tool definitions and model output for injection, and guard agent tool calls.
client:Zed
transport:stdio
runtime:npm
Install prompt-protection in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"prompt-protection": {
"command": "npx",
"args": [
"-y",
"prompt-protection"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs