vtimestamp write for Cline
io.github.vdappdev2/vtimestamp-write
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
client:Cline
transport:stdio
runtime:npm
Install vtimestamp write in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs