vtimestamp write for Cursor
io.github.vdappdev2/vtimestamp-write
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
client:Cursor
transport:stdio
runtime:npm
Install vtimestamp write in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs