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
By MARUCIE
Installation
npx -y authboxConfiguration
{
"mcpServers": {
"authbox": {
"command": "npx",
"args": ["-y", "authbox"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes