agentresources mcp for Zed
io.github.sznt2010/agentresources-mcp
MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.
client:Zed
transport:stdio
runtime:npm
Install agentresources mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentresources-mcp": {
"command": "npx",
"args": [
"-y",
"@agentresources/mcp"
],
"env": {
"AR_API_BASE": "<AR_API_BASE>",
"AR_AGENT_PRIVATE_KEY": "<AR_AGENT_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs