Manage secrets with Claude's help
Connect HLOS to Claude Desktop via MCP (Model Context Protocol) and let Claude help you manage secrets securely. Claude never sees the actual secret values—only metadata.
Connect HLOS to Claude Desktop in just a few steps.
Ensure Node.js 18+ is installed on your system
node --versionFind your Claude Desktop configuration file
~/Library/Application Support/Claude/claude_desktop_config.jsonAdd the MCP server configuration to Claude Desktop
See configuration belowRestart the app to load the new MCP server
Quit and reopen Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the following configuration to your Claude Desktop config file:
{
"mcpServers": {
"hlos": {
"command": "npx",
"args": ["-y", "@hlos/staamp-mcp"],
"env": {
"HLOS_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}The MCP server is designed so Claude only accesses metadata—secret names, providers, and health status. The actual secret values are never exposed to the AI. You enter and manage values directly in the HLOS dashboard.
Once connected, Claude can use these HLOS tools to help manage your secrets:
list_secretsList secrets with metadata (names only, never values)
check_secret_existsVerify if a secret is configured in your space
get_secret_infoGet detailed metadata about a secret
suggest_missing_secretsAnalyze code for missing environment variables
create_secretRequest secret creation (requires user approval)
check_healthSecret health dashboard with rotation warnings
Try asking Claude these questions once HLOS is connected:
"What secrets do I have configured for my project?""Does my project have a Stripe API key?""Analyze this code and tell me what secrets I need""What's the health status of my API keys?""Help me set up a new database connection secret"Create your free HLOS account and connect Claude Desktop in minutes.
Get Started Free