AgentTrust — Identity & Trust for A2A Agents for Grok
ai.agenttrust/mcp-server
Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
client:Grok
transport:stdio
runtime:npm
Install AgentTrust — Identity & Trust for A2A Agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_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