- Claude Code
- Codex CLI
- Cursor
- ChatGPT
- REST API
Run the following command in your terminal. Claude Code opens your browser so you can sign in, choose an agent, and approve its permissions.After you approve access in the browser:
Connect Claude Code
- Return to your terminal — Claude Code reports 33 tools available.
- Open a new chat session and enable Agent Loadout in the tools menu if prompted.
- Ask Claude Code which agent it is connected to, and it will call
get_agentto confirm.
agent-loadout from Claude Code’s MCP server list.Try it after connecting
Once your client is connected, try these prompts in any chat session. Tool access follows the agent’s granted permissions and equipped resources.Email, credentials, cards, and machines all share the same connection. Access to a credential’s value must be enabled for the agent. Cards and machines must also be available in your workspace. Sending and running machines follow your account’s plan limits.
Troubleshooting
The connector option is missing in my client
The connector option is missing in my client
Some accounts require Developer mode or a workspace administrator to enable custom connectors. Check the official setup guide linked in your client’s own documentation. For ChatGPT specifically, Developer mode must be enabled under Settings → Security and login before the custom connector UI appears.
I signed in, but my chat cannot see any tools
I signed in, but my chat cannot see any tools
Complete the access-approval step in the browser first, then return to your client. If the tools still do not appear:
- Start a new conversation — some clients require a fresh session before tools become visible.
- Look for a Refresh tools or Reconnect option in the client’s MCP or connector settings.
- Make sure you approved permissions for the correct agent during the OAuth flow. If you are unsure, disconnect and reconnect to choose again.
A tool returns 'permission denied' or 'resource not found'
A tool returns 'permission denied' or 'resource not found'
This means the token used for the connection does not include the required capability, or the resource (inbox, credential, machine) is not equipped on the selected agent. To fix it:
- Open the agent’s Tokens tab and check which capabilities the token carries.
- Open the agent’s Equipment tab and confirm the inbox, vault entries, or machines are present.
- If you need to add capabilities, issue a new token with the required scopes and reconnect — or disconnect and reconnect to choose a different agent.
How do I disconnect Agent Loadout from a client
How do I disconnect Agent Loadout from a client
- In the Agent Loadout dashboard, open the agent’s Tokens tab.
- Find the token issued for that client and choose Revoke. This immediately stops all access from that token.
- In your client’s MCP or connectors settings, remove the Agent Loadout server entry.
https://agent-loadout.com/api/mcp again and completing a new OAuth flow.