Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/toolhive/guides-cli/run-mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ Check the MCP server's documentation for the required arguments.
### Run a server on a specific port

ToolHive creates a reverse proxy on a random port that forwards requests to the
container. To specify the port for an MCP server:
container. This is the port that client applications connect to. To set a
specific proxy port instead, use the `--port` flag:

```bash
thv run --port <port-number> <server-name>
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/tutorials/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ NAME PACKAGE STATUS URL PORT
fetch mcp/fetch:latest running http://127.0.0.1:15266/sse#fetch 15266 mcp 2025-06-30 09:12:53 -0400 EDT
```

This confirms that the fetch server is running and available on port 49226.
This confirms that the fetch server is running and available on port 15266.

:::info What's happening?

Expand Down