veris for Grok
io.github.jakeyoung1/veris
Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.
client:Grok
transport:stdio
runtime:npm
Install veris in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"veris": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"veris-mcp"
],
"env": {
"BRAVE_API_KEY": "<BRAVE_API_KEY>",
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
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