clauth 0.7.2

Manage multiple Claude Code accounts, monitor 5h/7d usage with configurable auto-switch and delegation with an MCP plugin. CLI + TUI.
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "clauth",
  "version": "0.7.2",
  "description": "Expose clauth profiles to the session: list/usage, switch, delegate.",
  "author": {
    "name": "uwuclxdy"
  },
  "license": "MIT",
  "homepage": "https://github.com/uwuclxdy/clauth",
  "repository": "https://github.com/uwuclxdy/clauth",
  "keywords": ["claude-code", "oauth", "profiles", "mcp", "account-switch"],
  "mcpServers": {
    "clauth": {
      "command": "clauth",
      "args": ["mcp"]
    }
  }
}