Identity

Identity

Local
@vdappdev22TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@verusidx/identity-mcpv0.1.7

Run

npx -y @verusidx/identity-mcp

MCP client config

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