resolve for Grok
dev.forestrie/resolve
Fetches receipts, genesis and accumulator snapshots for @forestrie/mcp-verify and labels provenance
client:Grok
transport:stdio
runtime:npm
Install resolve in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"resolve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forestrie/mcp-resolve"
],
"env": {
"FORESTRIE_BASE_URL": "<FORESTRIE_BASE_URL>",
"FORESTRIE_RPC_URL": "<FORESTRIE_RPC_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