shardnest

hua-hua3321/shardnest
★ 0 stars TypeScript Code/Dev Tools Updated 3d ago
Open-source self-custodial wallet infrastructure: key generation, Shamir SSS 2-of-3 sharding, recovery, reshare, and platform-agnostic signed_request verification — via MCP server / CLI / verify SDK. Any platform can integrate via the public protocol.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shardnest": {
      "command": "npx",
      "args": [
        "-y",
        "hua-hua3321/shardnest"
      ]
    }
  }
}