Skip to content
Cursor

data for Cursor

io.github.vdappdev2/data

MCP server for Verus on-chain data retrieval, decryption, signing, and verification

client:Cursor transport:stdio runtime:npm

Install data in Cursor

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

{
  "mcpServers": {
    "data": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/data-mcp"
      ]
    }
  }
}

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

data in other clients