Vivory Verification Gateway for Grok
io.github.jayjodev/vivory-mcp-verification
98 MCP tools for verifiable AI: citations, law, KYB, peer review, forecast, media provenance.
client:Grok
transport:stdio
runtime:pypi
Install Vivory Verification Gateway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vivory-mcp-verification": {
"type": "stdio",
"command": "uvx",
"args": [
"vivory-mcp-verification"
],
"env": {
"VIVORY_API_KEY": "<VIVORY_API_KEY>",
"VIVORY_API_BASE": "<VIVORY_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