Skip to content
VS Code

identity for VS Code

io.github.vdappdev2/identity

MCP server for VerusID identities — register, update, revoke, recover, query, set timelock

client:VS Code transport:stdio runtime:npm

Install identity in VS Code

.vscode/mcp.json

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

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

identity in other clients