agentsafe for Windsurf
io.github.andyscott88/agentsafe
Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.
client:Windsurf
transport:stdio
runtime:npm
Install agentsafe in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentsafe": {
"command": "npx",
"args": [
"-y",
"agentsafe-mcp-server"
],
"env": {
"AGENTSAFE_API_KEY": "<AGENTSAFE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs