Skip to content
VS Code

data for VS Code

io.github.vdappdev2/data

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

client:VS Code transport:stdio runtime:npm

Install data in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

data in other clients