agenttrust for Grok
io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
client:Grok
transport:stdio
runtime:npm
Install agenttrust in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agenttrust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<AGENTTRUST_API_BASE>"
}
}
}
}
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