Synpareia Trust Toolkit for Grok
io.github.synpareia/trust-mcp
Verifiable dealings with other agents: prove what you did, vet who you deal with, bind agreements
client:Grok
transport:stdio
runtime:pypi
Install Synpareia Trust Toolkit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"trust-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"synpareia-trust-mcp"
],
"env": {
"SYNPAREIA_DATA_DIR": "<SYNPAREIA_DATA_DIR>",
"SYNPAREIA_DISPLAY_NAME": "<SYNPAREIA_DISPLAY_NAME>",
"SYNPAREIA_NETWORK_URL": "<SYNPAREIA_NETWORK_URL>",
"SYNPAREIA_WITNESS_URL": "<SYNPAREIA_WITNESS_URL>"
}
}
}
}
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