vtimestamp for Grok
io.github.vdappdev2/vtimestamp
MCP server for verifying and querying vtimestamp proofs on the Verus blockchain
client:Grok
transport:stdio
runtime:npm
Install vtimestamp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vtimestamp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp"
]
}
}
}
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