How clients authenticate
The client determines which method applies.
With OAuth, each person signs in with their own Plerion account and chooses one tenant. The client acts as that person, with that person’s permissions, in that tenant. With an API key, the client acts with the permissions of the key.
Prerequisites
The MCP server URL is:{region} with the first part of the hostname you use for the Plerion dashboard. If you sign in at https://au.app.plerion.com, the region is au.
That URL is all you need for the Claude apps and Claude Code. Both sign in with your Plerion account, so neither needs an API key.
The clients in the table above that use an API key need a tenant API key as well. Create one under Settings > API Keys. Keys start with plerion_tak_.
Steps to connect the Claude apps
Setup happens once per organization, in two places. A Plerion organization administrator registers a connector in Plerion, and a Claude Owner adds it in Claude. After that, each person connects with their own Plerion account.Register the connector in Plerion
1
Go to Admin > Security > MCP connectors
Open MCP connectors in the Plerion dashboard.
2
Click Register
The button is at the top right of the connector list.
3
Enter the connector details
- Name: A label for the connector, for example
Claude. - Redirect URI: Leave the pre-filled value unchanged.
Register.4
Copy the client credentials
Copy the Client ID, the Client secret, and the MCP server URL. The secret is shown once. If you lose it, click
Rotate secret on the connector to generate a new one.Only organization administrators can register a connector. Users with organization read-only access can see the list but not register.The connector belongs to your Plerion organization. Users in other organizations cannot connect with it, even with the same client ID.
Add the connector in Claude
On Claude Team and Enterprise plans, a Claude Owner does this once for the whole Claude organization. On Pro and Max plans, each person does it for themselves.1
Go to Settings > Connectors in Claude
Click
Add, then Custom. If Claude asks for a connector type, choose Web.2
Enter the connector name and URL
- Name: A label for the connector, for example
Plerion. - URL: The MCP server URL copied from the Plerion connector.
Continue. Claude checks the URL and fills in what it detects.3
Set Authentication to Always required
4
Paste the client credentials
Under OAuth client, choose Use your own OAuth client and paste the Client ID and Client secret from the Plerion connector. Click
Add.In the older version of the dialog, the name, the URL, and an Advanced settings section are on one screen. Expand Advanced settings, paste the client ID and client secret there, then click
Add.Connect as a user
1
Go to Settings > Connectors in Claude
Plerion is listed with a Custom label. If it is missing, quit Claude fully and reopen it.
2
Click Connect next to Plerion
A Plerion page opens. Sign in if asked, choose the tenant Claude may use, and click
Authorize.3
Turn the connector on in a chat
Back in Claude, open the + menu, choose Connectors, and switch Plerion on for that conversation.
One connection covers one tenant. To work in another tenant, disconnect in Claude and connect again, choosing the other tenant.
Connect other AI clients
- Claude Code
- Claude Desktop
- Cursor
- VS Code
- Windsurf
- Zed
- Kiro CLI
Claude Code supports remote HTTP MCP servers and signs in with your own Plerion account. Nothing needs to be registered first.Run Or add it to the project’s To make the server available in every project, use
/mcp inside Claude Code, pick plerion, and authenticate. A browser opens on a Plerion page where you sign in and choose the tenant Claude Code may use. Claude Code identifies itself to Plerion with its own published metadata document, so there is no client ID or secret to paste.With an API key, for continuous integration (CI) or a machine without a browser:.mcp.json file. Create the file in the repository root if it does not exist:~/.claude.json with the same structure under mcpServers.What you can ask
Your AI client passes the question to Pleri and shows the reply. Ask as you would in the Plerion dashboard:- “What are our top cloud security risks right now?”
- “Are there any critical findings in our AWS account?”
- “Which workloads have exploitable vulnerabilities?”
- “What compliance gaps do we have for SOC 2?”
- “Which external accounts have access to our resources?”
- “Create a Jira ticket for finding F-12345.”
Removing access
- Your own connection: In Plerion, go to Profile > Connected apps and click
Revokenext to the app. The client loses access on its next request. - Everyone in the organization: An administrator deletes the connector under
Admin>Security>MCP connectors. Every connection made through it is revoked on its next request. - Rotating the secret:
Rotate secretkeeps existing connections but stops them within about fifteen minutes, when their current tokens expire. Claude does not allow a connector’s credentials to be edited, so the Claude Owner must remove the connector in Claude and add it again with the new secret. Everyone then connects again. - API key clients: Delete the key under Settings > API Keys. The client loses access on its next request.