Skip to content

Commit f771fc2

Browse files
committed
Polish Registry Server index and intro pages
1 parent 26bc235 commit f771fc2

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

docs/toolhive/guides-registry/index.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ It provides a standardized REST API for discovering and accessing MCP servers
1515
from multiple backend sources, including Kubernetes clusters, Git repositories,
1616
API endpoints, and local files.
1717

18+
:::note[Registry Server vs. built-in registry]
19+
20+
This is the **Registry Server** — a standalone service for hosting and curating
21+
your own MCP server catalog. For the built-in registry that ships with ToolHive,
22+
see [Explore the registry](../guides-cli/registry.mdx) (CLI) or
23+
[Explore the registry](../guides-ui/registry.mdx) (UI).
24+
25+
:::
26+
27+
## Where to start
28+
29+
- **Evaluating the Registry Server?** Read the [Introduction](./intro.mdx) for
30+
architecture, features, and supported registry source types.
31+
- **Ready to deploy?** See [Deployment overview](./deployment.mdx) to choose
32+
between Kubernetes Operator and manual deployment methods.
33+
- **Already running?** Jump to [Configuration](./configuration.mdx) or
34+
[Authentication](./authentication.mdx).
35+
1836
## Contents
1937

2038
<DocCardList />

docs/toolhive/guides-registry/intro.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description:
66
skills
77
---
88

9+
The ToolHive Registry server is a standards-compliant implementation of the MCP
10+
Registry API specification. It provides a REST API for discovering and accessing
11+
MCP servers from multiple backend sources.
12+
913
:::note[Registry Server vs. built-in registry]
1014

1115
This section covers the **Registry Server** — a standalone service you deploy
@@ -18,10 +22,6 @@ MCP servers from the default catalog. That's a different feature: see
1822

1923
:::
2024

21-
The ToolHive Registry server is a standards-compliant implementation of the MCP
22-
Registry API specification. It provides a REST API for discovering and accessing
23-
MCP servers from multiple backend sources.
24-
2525
## Overview
2626

2727
The Registry server aggregates MCP server metadata from various sources and

0 commit comments

Comments
 (0)