Back to MCP Servers

Authbox

Zero-knowledge password manager with MCP credential gateway. BIP-39 seed phrase recovery, deterministic passwords, policy-gated AI agent access (scope, rate limits, time windows, step-up approval), 70+ API key providers, and hash-chain audit trail. Go + Next.js + TypeScript.

securitytypescriptgoapiaiagent

Installation

npx -y authbox

Configuration

{
  "mcpServers": {
    "authbox": {
      "command": "npx",
      "args": ["-y", "authbox"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub