vtimestamp write for Windsurf
io.github.vdappdev2/vtimestamp-write
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
client:Windsurf
transport:stdio
runtime:npm
Install vtimestamp write in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs