▶
Continue.dev Integration
Use HLOS with Continue AI in VS Code
What you can do
- • Access HLOS secrets from Continue's AI chat
- • Use HLOS tools in AI-assisted code edits
- • Request capabilities while coding
- • Works with any LLM provider Continue supports
Setup Steps
1
Install Continue for VS Code
Search for "Continue" in VS Code extensions or visit VS Code Marketplace
2
Get your HLOS access token
$ hlos auth token3
Open Continue Settings
Click the gear icon in Continue panel, or edit ~/.continue/config.json
Add to config.json
Add the HLOS MCP server to your Continue configuration.
{
"mcpServers": [
{
"name": "hlos",
"command": "npx",
"args": ["-y", "@hlos/mcp-server"],
"env": {
"HLOS_ACCESS_TOKEN": "your-token-here"
}
}
]
}Using with Continue
"@hlos list my projects"
Mention @hlos to invoke HLOS tools
"Get the database URL from HLOS for my-app staging"
Natural language works too
"I need to add email sending to this function"
Request capabilities in context