diff --git a/docs/toolhive/concepts/registry-criteria.mdx b/docs/toolhive/concepts/registry-criteria.mdx index 2b23066e..9a850cc5 100644 --- a/docs/toolhive/concepts/registry-criteria.mdx +++ b/docs/toolhive/concepts/registry-criteria.mdx @@ -9,6 +9,15 @@ The ToolHive registry is a curated list of MCP servers that meet specific criteria. We aim to establish a curated, community-auditable list of high-quality MCP servers through clear, observable, and objective criteria. +:::note[Built-in registry vs. Registry Server] + +This page describes criteria for MCP servers included in the built-in registry +that ships with the ToolHive CLI and UI. To host your own registry in +production, see the [ToolHive Registry Server](../guides-registry/index.mdx) +documentation. + +::: + ## Contribute to the registry If you have an MCP server that you'd like to add to the ToolHive registry, you diff --git a/docs/toolhive/guides-cli/registry.mdx b/docs/toolhive/guides-cli/registry.mdx index cdf587ae..282d1b83 100644 --- a/docs/toolhive/guides-cli/registry.mdx +++ b/docs/toolhive/guides-cli/registry.mdx @@ -173,6 +173,15 @@ thv config set-registry https://example.com/registry.json thv config set-registry https://registry.example.com ``` +:::tip[Host your own registry] + +You can deploy the [ToolHive Registry Server](../guides-registry/index.mdx) to +host a registry with authentication, multiple data sources, and automatic +synchronization. Point `thv config set-registry` to your Registry Server +endpoint. + +::: + ### Set a local registry file To configure ToolHive to use a local registry file, set the file path: diff --git a/docs/toolhive/guides-k8s/index.mdx b/docs/toolhive/guides-k8s/index.mdx index 0c9957b6..dc439d99 100644 --- a/docs/toolhive/guides-k8s/index.mdx +++ b/docs/toolhive/guides-k8s/index.mdx @@ -18,6 +18,11 @@ three resource types: - **MCPRemoteProxy** — proxy an MCP server hosted outside your cluster - **VirtualMCPServer** — aggregate multiple servers behind a single endpoint +Beyond managing MCP servers, the operator can deploy +[ToolHive Registry Server](../guides-registry/index.mdx) instances via +MCPRegistry resources, enabling automatic discovery of cluster-hosted MCP +servers. + ## Where to start - **New to ToolHive on Kubernetes?** Start with the diff --git a/docs/toolhive/guides-ui/registry.mdx b/docs/toolhive/guides-ui/registry.mdx index 1c85e953..f21b0341 100644 --- a/docs/toolhive/guides-ui/registry.mdx +++ b/docs/toolhive/guides-ui/registry.mdx @@ -116,6 +116,15 @@ apply your configuration. For detailed information on creating a custom registry, see the [custom registry tutorial](../tutorials/custom-registry.mdx). +:::tip[Host your own registry] + +You can deploy the [ToolHive Registry Server](../guides-registry/index.mdx) to +host a registry with authentication, multiple data sources, and automatic +synchronization. Point the **Remote Registry (URL)** setting to your Registry +Server endpoint. + +::: +