Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 957 Bytes

thv_proxy.md

File metadata and controls

35 lines (24 loc) · 957 Bytes

thv proxy

Spawn a transparent proxy for an MCP server

Synopsis

Spawn a transparent proxy that will redirect to an MCP server endpoint. This command creates a standalone proxy without starting a container.

thv proxy [flags] SERVER_NAME

Options

  -h, --help                    help for proxy
      --oidc-audience string    Expected audience for the token
      --oidc-client-id string   OIDC client ID
      --oidc-issuer string      OIDC issuer URL (e.g., https://accounts.google.com)
      --oidc-jwks-url string    URL to fetch the JWKS from
      --port int                Port for the HTTP proxy to listen on (host port)
      --target-uri string       URI for the target MCP server (e.g., http://localhost:8080) (required)

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO

  • thv - ToolHive (thv) is a lightweight, secure, and fast manager for MCP servers