MCP Directory

MARUCIE/authbox

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y authbox

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route MARUCIE/authbox intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add authbox

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use MARUCIE/authbox directly without routing

npx -y authbox

New to Agent-CoreX? View setup guide →

MARUCIE/authbox MCP Server — Agent-CoreX