Onboarding
LAUNCHING SEPTEMBER 2026
The cloud dashboard is not yet available. You can install and use the OSS agent today — it works fully standalone. This page describes the onboarding flow that will be available at launch.
Today: Install the OSS Agent
The open-source mcp-hangar agent is production-ready and runs without a cloud account:
curl -sSL https://mcp-hangar.io/install.sh | bash
mcp-hangar init -y
mcp-hangar serveSee the OSS Quick Start for full instructions.
At Launch: Connect to Cloud
When Hangar Cloud launches in September 2026, connecting will take under 5 minutes:
Step 1: Create Your Account
Sign up at app.mcp-hangar.io. Early access members get 3 months of Pro free.
Step 2: Generate a Token
In the cloud dashboard, navigate to Settings → Agent Tokens and create a connection token.
Step 3: Connect the Agent
Add the cloud section to your existing agent configuration:
# ~/.config/mcp-hangar/config.yaml
cloud:
enabled: true
token: "hngr_agt_..."
endpoint: "https://api.mcp-hangar.io"Restart the agent:
mcp-hangar serveWithin seconds your agent will appear in the fleet dashboard.
Step 4: Explore the Dashboard
Once connected, you can:
- View provider health and tool inventory
- Browse the real-time audit trail
- See top callers and error rates
- Configure policies (Pro and Enterprise plans)
Want to be ready at launch?
Next Steps
- OSS Agent Docs — Get started with the agent today
- Dashboard Guide — Preview the cloud dashboard features
- Agent Connection — Detailed connection configuration