Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 953 Bytes

File metadata and controls

28 lines (22 loc) · 953 Bytes
title MCPExternalAuthConfig
description Schema reference for MCPExternalAuthConfig, which configures external authentication for MCP servers and proxies.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPExternalAuthConfig configures how an MCP server or proxy authenticates to external services via token exchange or an embedded authorization server. It is referenced by MCPServer, MCPRemoteProxy, MCPServerEntry, and VirtualMCPServer.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: extauth, mcpextauth

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPExternalAuthConfig
metadata:
  name: my-mcpexternalauthconfig
  namespace: default
spec:
  type: tokenExchange

Schema