Security|Productivity|Development|AI / MLTypeScript
onecli
Open-source credential vault, give your AI agents access to services without exposing keys.
N/A rating (0 reviews)0 installs1,685 GitHub stars
credential vaultAPI managementsecurity
OneCLI is an open-source gateway that sits between your AI agents and the services they call. Instead of baking API keys into every agent, you store credentials once in OneCLI and the gateway injects them transparently.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"onecli": {
"args": [
"-y",
"onecli"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.