agent-identity

critical-labs/agent-identity
★ 1 stars TypeScript AI/LLM Updated 2d ago
Persistent, verifiable identities for AI agents with SES-backed email mailboxes (client + MCP server)
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": {
    "agent-identity": {
      "command": "npx",
      "args": [
        "-y",
        "critical-labs/agent-identity"
      ]
    }
  }
}

README Excerpt

agent-identity gives AI agents a persistent, verifiable identity whose first capability is a receive-only email mailbox backed by AWS SES. An agent's identity is an Ed25519 keypair generated client-side on first use and stored at `~/.config/agent-identity/<profile>.json`. Registration assigns a permanent random numeric ID; the mailbox address is `<id>@<domain>` — numbers only, no names. Identity and mailbox are born together and are immutable. The driving use case is GitHub onboarding: an agent