Add resources

Pick from the catalog and start connecting tools in seconds

Connect the services your agents need — once added, a resource's tools are ready to reference in a policy. Resources are the MCP servers that expose those tools to your agents through the gateway.

Resources page showing connected MCP servers
The Resources page lists all connected MCP servers and their available tools

From the catalog

The catalog includes pre-configured resources that work out of the box:

  1. Navigate to Resources in the dashboard
  2. Click Add Resource to open the catalog
  3. Find a resource by search or by browsing a category, then click it to open its page
  4. If it supports more than one way to authenticate, pick Use SecureAuth's app (the quickest option) or Bring your own app (paste your own OAuth client ID and secret — the form shows a redirect URI to register with the provider, then click Add). See Credential modes for the differences.
  5. Resources with a single one-click mode show one card — click it to install. Resources that only support bring-your-own credentials skip the picker entirely and open the credentials form directly, with the same fields as step 4
Catalog page with search, category rail, and connector cards
Add Resource opens the catalog page, where you can search or browse by category
Credential mode picker shown on a multi-mode connector's page
Connectors that support more than one mode show a picker on their page

Many connectors need one-time work in the provider's own admin console — approving the app, granting scopes. For those, the resource's detail page opens with an Admin setup required dialog right after you install; its Setup guide button links to the steps. The resource is already added, but users can't connect their accounts until you've finished them.

Available tools are discovered automatically. Users will be prompted to connect their accounts via OAuth when they first use the resource.

Custom resources

You can add any MCP server not in the catalog:

  1. Navigate to Resources, click Add Resource, then + Custom server
  2. Enter a display name, a slug, and the server URL for the MCP server. The slug is the short identifier used in policies (mcp.slug == "…")
  3. Choose the authentication type:
    • None — no authentication required
    • OAuth2 — defaults to Automatic (DCR), where the gateway registers itself with the server's authorization server on save and you enter no credentials at all. Choose Use existing client credentials instead to supply a client ID, secret, and scopes, with the endpoints discovered from an issuer URL or entered manually
    • API Key — add custom headers sent with every request
  4. Click Add

The gateway connects to the server and discovers available tools automatically.

Resource details

Click any resource in the list to see its detail page:

Resource detail page showing tools and configuration
The detail page shows all available tools, configuration, and recent activity
  • Available tools — every tool the MCP server exposes, with descriptions
  • MCP Info — origin (catalog or custom), the resource's single-MCP gateway URL, and its slug; custom servers also show the server URL and authentication type
  • Credentials — for resources installed in bring-your-own mode, a card to rotate the OAuth client ID and secret in place (details)
  • Recent activityaudit events related to this resource

Next steps

Continue to Create a policy to control which agents can use these tools.

See the full Resources guide for custom-resource details, and Credential modes for how the gateway authenticates to each catalog resource.

On this page