Skip to content
VS Code

address for VS Code

io.github.vdappdev2/address

MCP server for Verus addresses — generate, validate, list transparent and shielded addresses

client:VS Code transport:stdio runtime:npm

Install address in VS Code

.vscode/mcp.json

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

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

address in other clients