> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/mcp-oauth/admin-settings.md).

# Admin Settings

As an admin, you can control whether external AI apps can connect to Trulyp and how they register.

### What admins control

In the MCP settings, admins control whether external connections are available and how apps can register:

* `MCP server URL`: the URL users paste into a supported app.
* `Allow external AI apps to connect`: disabled by default. This controls whether external MCP apps can connect to Trulyp.
* `Allow apps to set themselves up automatically`: disabled by default. This enables dynamic client registration. When enabled, a supported app can register itself in Trulyp and start the authorization flow.
* `Only allow selected apps to set themselves up`: limits automatic setup to approved app hostnames.
* `Sign-in service address`: the OAuth issuer URL.
* `Automatic setup address`: the registration URL used by apps that support self-setup.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2F3mOpdLp9KURfiPhlJfG5%2FScreenshot%202026-08-12%20at%2010.11.19.png?alt=media&amp;token=1fbc8d91-c4fe-45f9-8702-6141cd87492e" alt=""><figcaption></figcaption></figure>

### What the callback URL means

Some apps call this the callback URL, redirect URI, or registration URL. It is the exact address the app uses after sign-in.

* It must match the app exactly.
* If automatic setup is restricted, only approved hostnames can register.
* Hostnames are entered as `chatgpt.com` or `callback.mistral.ai`, not full URLs.

If automatic setup is turned off, existing MCP connections can still work, but adding new ones automatically will be disabled.

### Manage connected clients

Admins can open a connected client to see which users are connected to it.

From here, admins can also revoke or restore a client. **Revoke** disconnects the client for everyone:

* Users can no longer use Trulyp in that AI app
* Making new connections will be disabled until the client is restored

Restore turns the client back on. After a restore, users will need to re-authorize with the app.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FzZPyQFeShOpKCuNHRxH2%2FScreenshot%202026-08-12%20at%2010.35.44.png?alt=media&amp;token=e80b9aff-08c2-4607-8c22-38855f3104af" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/trulyp/mcp-oauth/admin-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
