Skip to content

Commit 8d43745

Browse files
committed
replace md to mdx
1 parent 27a1152 commit 8d43745

File tree

1 file changed

+53
-22
lines changed

1 file changed

+53
-22
lines changed

docs/toolhive/guides-ui/run-mcp-servers.md renamed to docs/toolhive/guides-ui/run-mcp-servers.mdx

Lines changed: 53 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,24 @@ list to run it securely with just a few clicks.
1717
### Select an MCP server
1818

1919
To install an MCP server (local
20-
<img src="/img/mcp-servers/local-mcp.svg" width="16" class="theme-icon"
21-
alt="Local MCP icon" /> or remote
22-
<img src="/img/mcp-servers/remote-mcp.svg" width="16" class="theme-icon"
23-
alt="Remote MCP icon" />) from the registry:
20+
21+
<img
22+
src='/img/mcp-servers/local-mcp.svg'
23+
width='16'
24+
className='theme-icon'
25+
alt='Local MCP icon'
26+
/>
27+
or remote
28+
<img
29+
src='/img/mcp-servers/remote-mcp.svg'
30+
width='16'
31+
className='theme-icon'
32+
alt='Remote MCP icon'
33+
/>
34+
) from the registry:
2435

2536
1. Open the **Registry** page from the menu bar.
26-
2. Browse or search for the MCP server you want to install,.
37+
2. Browse or search for the MCP server you want to install.
2738
3. Click on the desired MCP server to open its details page. Here you can review
2839
more information about the server like its:
2940
- Description
@@ -33,17 +44,22 @@ alt="Remote MCP icon" />) from the registry:
3344
- A link to the GitHub repository for more details and usage documentation
3445
4. Click the **Install server** button to start the installation process.
3546

36-
### Configure the server {#configure-server}
47+
### Configure the server
3748

3849
<Tabs queryString="server-type" lazy>
3950
<TabItem
4051
value='local'
41-
label={<><img src="/img/mcp-servers/local-mcp.svg" width="16"
42-
className="theme-icon spacing-icon" alt="Local MCP icon" /> Local MCP</>}
52+
label={
53+
<>
54+
<img src="/img/mcp-servers/local-mcp.svg" width="16" className="theme-icon spacing-icon" alt="Local MCP icon" />
55+
{' '}Local MCP
56+
</>
57+
}
4358
default>
44-
**Local MCP servers** run directly on your machine using containers engine.
59+
**Local MCP servers** run directly on your machine using your container runtime.
4560

46-
On the configuration form, enter the following details:
61+
The configuration form is pre-filled with defaults from the registry. Enter the
62+
remaining required information and adjust any optional settings as needed:
4763

4864
1. **Server name**: A unique name for the MCP server.\
4965
This defaults to the MCP server's name in the registry. If you want to run
@@ -86,11 +102,16 @@ GitHub repository is provided on each server's details page.
86102
</TabItem>
87103
<TabItem
88104
value='remote'
89-
label={<><img src="/img/mcp-servers/remote-mcp.svg" width="16"
90-
className="theme-icon spacing-icon" alt="Remote MCP icon" /> Remote MCP</>}>
91-
**Remote MCP servers** are hosted services that you connect to. They offer:
105+
label={
106+
<>
107+
<img src="/img/mcp-servers/remote-mcp.svg" width="16" className="theme-icon spacing-icon" alt="Remote MCP icon" />
108+
{' '}Remote MCP
109+
</>
110+
}>
111+
**Remote MCP servers** are hosted services that you connect to.
92112

93-
On the configuration form, that is pre-filled, enter the following details:
113+
The configuration form is pre-filled with defaults from the registry. Enter the
114+
remaining required information and adjust any optional settings as needed:
94115

95116
1. A unique **name** for the MCP server. [Required]
96117
2. The **URL** of the remote MCP server. [Required]
@@ -193,13 +214,17 @@ You're not limited to the MCP servers in the registry. You can run remote MCP
193214
servers by providing a URL, or your own local custom MCP servers using Docker
194215
images or source packages.
195216

196-
## Install a custom MCP server {#custom-mcp-server}
217+
## Install a custom MCP server
197218

198219
<Tabs queryString="custom-type" lazy>
199220
<TabItem
200221
value='custom_local'
201-
label={<><img src="/img/mcp-servers/local-mcp.svg" width="16"
202-
className="theme-icon spacing-icon" alt="Local MCP icon" /> Custom Local MCP</>}
222+
label={
223+
<>
224+
<img src="/img/mcp-servers/local-mcp.svg" width="16" className="theme-icon spacing-icon" alt="Local MCP icon" />
225+
{' '}Custom Local MCP
226+
</>
227+
}
203228
default>
204229

205230
On the **MCP Servers** page, click **Add an MCP server**, then choose **Add
@@ -304,10 +329,16 @@ On the configuration form, enter:
304329
- For non-sensitive environment variables, enter the name and value directly.
305330

306331
Click **Install server** to create and start the MCP server container.
307-
</TabItem> <TabItem value='custom_remote'
308-
label={<><img src="/img/mcp-servers/remote-mcp.svg" width="16"
309-
className="theme-icon spacing-icon" alt="Remote MCP icon" /> Custom Remote
310-
MCP</>}>
332+
333+
</TabItem>
334+
<TabItem
335+
value='custom_remote'
336+
label={
337+
<>
338+
<img src="/img/mcp-servers/remote-mcp.svg" width="16" className="theme-icon spacing-icon" alt="Remote MCP icon" />
339+
{' '}Custom Remote MCP
340+
</>
341+
}>
311342

312343
On the **MCP Servers** page, click **Add an MCP server**, then choose **Add a
313344
remote MCP server** in the drop-down menu.
@@ -460,7 +491,7 @@ GitHub OAuth app from the previous example.
460491
</TabItem>
461492
</Tabs>
462493

463-
## Mount host files and folders (Volumes) {#volumes}
494+
## Mount host files and folders (Volumes) \{#volumes}
464495

465496
Some MCP servers need access to files on your machine. You can mount host paths
466497
directly in the UI.

0 commit comments

Comments
 (0)