Skip to main content

thv export

Export a workload's run configuration to a file

Synopsis

Export a workload's run configuration to a file for sharing or backup.

The exported configuration can be used with 'thv run --from-config ' to recreate the same workload with identical settings.

Examples:

# Export a workload configuration to a file
thv export my-server ./my-server-config.json

# Export to a specific directory
thv export github-mcp /tmp/configs/github-config.json
thv export <workload name> <path> [flags]

Options

  -h, --help   help for export

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO

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