Human-in-the-loop secret access for AI coding agents. MCP server that proxies password managers with mobile approval.
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"
]
}
}
}
Run in terminal:
claude mcp add agent_vault npx -y loonshoot/agent_vault
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent_vault": {
"command": "npx",
"args": [
"-y",
"loonshoot/agent_vault"
]
}
}
}