- An MCP-compatible client (Claude Code, Cursor, Windsurf, OpenCode)
- OAuth accounts for the tools you want to use
- Go to https://loadoutz.io
- Click "Create workspace"
- Name your workspace
- Connect the tool servers you want to use
You can:
- Use a pre-configured loadout (Design, Research, Build, Ops)
- Create a custom loadout by selecting individual tools
- In your workspace, click "Create session"
- Select your loadout
- Copy the generated MCP config
Add the MCP config to your client's configuration file:
{
"mcpServers": {
"loadoutz": {
"url": "https://loadoutz.io/mcp/session/<session-id>"
}
}
}Replace <session-id> with your actual session ID.
Restart your MCP client. The tools configured in your loadout will now be available.
- Read the Security documentation
- Review FAQ for common questions
- Configure project-specific overrides if needed
Session expired: Create a new session from your workspace.
Tools not appearing: Verify your loadout includes the desired tools.
OAuth errors: Reconnect the tool server in your workspace settings.