Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 943 Bytes

File metadata and controls

42 lines (30 loc) · 943 Bytes
title thv group run
hide_title true
description Reference for ToolHive CLI command `thv group run`
last_update
author
autogenerated
slug thv_group_run
mdx
format
md

thv group run

Deploy all MCP servers from a registry group

Synopsis

Deploy all MCP servers defined in a registry group. This creates a new runtime group and starts all MCP servers within it.

thv group run [group-name] [flags]

Options

      --env stringArray      Environment variables to pass to an MCP server in the group (format: SERVER_NAME.KEY=VALUE)
  -h, --help                 help for run
      --secret stringArray   Secrets to be fetched from the secrets manager and set as environment variables (format: NAME,target=SERVER_NAME.TARGET)

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO

  • thv group - Manage logical groupings of MCP servers