Skip to content
Cursor

vtimestamp for Cursor

io.github.vdappdev2/vtimestamp

MCP server for verifying and querying vtimestamp proofs on the Verus blockchain

client:Cursor transport:stdio runtime:npm

Install vtimestamp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vtimestamp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vtimestamp-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vtimestamp in other clients