HLOS + Claude Desktop

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.

Quick Setup

Connect HLOS to Claude Desktop in just a few steps.

1

Install Node.js

Ensure Node.js 18+ is installed on your system

node --version
2

Locate Config File

Find your Claude Desktop configuration file

~/Library/Application Support/Claude/claude_desktop_config.json
3

Add HLOS Configuration

Add the MCP server configuration to Claude Desktop

See configuration below
4

Restart Claude Desktop

Restart the app to load the new MCP server

Quit and reopen Claude Desktop

Configuration

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Add 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"
      }
    }
  }
}

Claude Never Sees Your Secrets

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.

Available Tools

Once connected, Claude can use these HLOS tools to help manage your secrets:

list_secrets

List secrets with metadata (names only, never values)

check_secret_exists

Verify if a secret is configured in your space

get_secret_info

Get detailed metadata about a secret

suggest_missing_secrets

Analyze code for missing environment variables

create_secret

Request secret creation (requires user approval)

check_health

Secret health dashboard with rotation warnings

Example Prompts

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"

Ready to get started?

Create your free HLOS account and connect Claude Desktop in minutes.

Get Started Free