agent_vault

loonshoot/agent_vault
★ 1 stars TypeScript AI/LLM Updated today
Human-in-the-loop secret access for AI coding agents. MCP server that proxies password managers with mobile approval.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent_vault": {
      "command": "npx",
      "args": [
        "-y",
        "loonshoot/agent_vault"
      ]
    }
  }
}