AgentTrust for Grok
io.github.raditotev/agent-trust
MCP Server for Agent Reputation & Trust Scoring
client:Grok
transport:stdio
runtime:pypi
Install AgentTrust in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-trust": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-trust-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"REDIS_URL": "<REDIS_URL>",
"SIGNING_KEY_PATH": "<SIGNING_KEY_PATH>",
"AUTH_PROVIDER": "<AUTH_PROVIDER>",
"AGENTAUTH_ACCESS_TOKEN": "<AGENTAUTH_ACCESS_TOKEN>"
}
}
}
}
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