Skip to content
Cursor

agentsafe for Cursor

io.github.andyscott88/agentsafe

Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.

client:Cursor transport:stdio runtime:npm

Install agentsafe in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "agentsafe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentsafe-mcp-server"
      ],
      "env": {
        "AGENTSAFE_API_KEY": "<AGENTSAFE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentsafe in other clients