agentresources mcp for Grok
io.github.sznt2010/agentresources-mcp
MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402.
client:Grok
transport:stdio
runtime:npm
Install agentresources mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentresources-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentresources/mcp"
],
"env": {
"AR_API_BASE": "<AR_API_BASE>",
"AR_AGENT_PRIVATE_KEY": "<AR_AGENT_PRIVATE_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs