🤖
Claude Desktop Integration
Use HLOS secrets with Claude Desktop app
What you can do
- • Ask Claude to fetch secrets from your HLOS vault
- • Request infrastructure capabilities (SMS, LLM, storage)
- • Manage projects and environments through conversation
- • Claude automatically uses HLOS tools when needed
Prerequisites
1
Install HLOS CLI & authenticate
Follow the Cursor setup to get your access token
See Cursor setup steps →2
Download Claude Desktop
Get the Claude Desktop app from claude.ai/download
Configure Claude Desktop
Add HLOS to your Claude Desktop configuration.
Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"hlos": {
"command": "npx",
"args": ["-y", "@hlos/mcp-server"],
"env": {
"HLOS_ACCESS_TOKEN": "your-token-here"
}
}
}
}Note
Replace your-token-here with your HLOS access token. Restart Claude Desktop after saving.
Example Prompts
"List all my HLOS projects"
Shows all projects in your vault
"Get the STRIPE_SECRET_KEY from my-project production"
Fetches a specific secret
"Create a new project called api-backend"
Creates project with dev/staging/prod environments
"I need to send SMS notifications"
Provisions Twilio capability from your wallet