Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 872 Bytes

File metadata and controls

28 lines (22 loc) · 872 Bytes
title MCPRemoteProxy
description Schema reference for MCPRemoteProxy, which proxies a remote MCP server through the operator for auth, telemetry, and tool filtering.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPRemoteProxy fronts a remote MCP server (reachable over HTTPS) with the same authentication, telemetry, and tool-filtering features that the operator applies to containerized servers. Use this when you want to apply ToolHive policies to a third-party hosted MCP endpoint.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: rp, mcprp

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPRemoteProxy
metadata:
  name: my-mcpremoteproxy
  namespace: default
spec:
  remoteUrl: <string>

Schema