agentresources mcp for Claude Desktop
io.github.sznt2010/agentresources-mcp
MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.
client:Claude Desktop
transport:stdio
runtime:npm
Install agentresources mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs