agentradar for Windsurf
io.github.bichev/agentradar
Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base.
client:Windsurf
transport:stdio
runtime:npm
Install agentradar in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentradar": {
"command": "npx",
"args": [
"-y",
"@agentradar/mcp"
],
"env": {
"AGENTRADAR_API_URL": "<AGENTRADAR_API_URL>",
"AGENTRADAR_OPERATOR_KEY": "<AGENTRADAR_OPERATOR_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs