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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y authboxAgent-CoreX intelligently routes which tools from MARUCIE/authbox your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"authbox": {
"command": "npx",
"args": [
"-y",
"authbox"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add authboxAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use MARUCIE/authbox directly without routing
npx -y authboxNew to Agent-CoreX? View setup guide →