Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

agentsafe in other clients