vtimestamp write for Grok
io.github.vdappdev2/vtimestamp-write
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
client:Grok
transport:stdio
runtime:npm
Install vtimestamp write in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vtimestamp-write": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vtimestamp-mcp-write"
],
"env": {
"VERUS_RPC_URL": "<VERUS_RPC_URL>",
"VERUS_RPC_USER": "<VERUS_RPC_USER>",
"VERUS_RPC_PASSWORD": "<VERUS_RPC_PASSWORD>",
"VERUS_NETWORK": "<VERUS_NETWORK>"
}
}
}
}
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