agentsafe for Zed
io.github.andyscott88/agentsafe
Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.
client:Zed
transport:stdio
runtime:npm
Install agentsafe in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentsafe": {
"command": "npx",
"args": [
"-y",
"agentsafe-mcp-server"
],
"env": {
"AGENTSAFE_API_KEY": "<AGENTSAFE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs