agentresources mcp for Windsurf
io.github.sznt2010/agentresources-mcp
MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.
client:Windsurf
transport:stdio
runtime:npm
Install agentresources mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentresources-mcp": {
"command": "npx",
"args": [
"-y",
"@agentresources/mcp"
],
"env": {
"AR_API_BASE": "<AR_API_BASE>",
"AR_AGENT_PRIVATE_KEY": "<AR_AGENT_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs