vtimestamp write for Claude Desktop
io.github.vdappdev2/vtimestamp-write
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
client:Claude Desktop
transport:stdio
runtime:npm
Install vtimestamp write in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vtimestamp-write": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs