Skip to content

Commit 367bbfc

Browse files
authored
Remove Studio branding (#443)
1 parent 89121a0 commit 367bbfc

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![License: Apache 2.0][license-img]][license]
1616
[![Discord][discord-img]][discord]
1717

18-
# ToolHive Studio - simplify and secure MCP servers
18+
# ToolHive - simplify and secure MCP servers
1919

2020
**Run any Model Context Protocol (MCP) server — securely, instantly, anywhere.**
2121

@@ -24,19 +24,19 @@ any MCP server in a locked-down container with just a few clicks. No manual
2424
setup, no security headaches, no runtime hassles.
2525

2626
<picture>
27-
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/toolhive-studio-screenshot-dark.webp">
28-
<img src="./docs/images/toolhive-studio-screenshot-light.webp" alt="ToolHive Studio screenshot" width="800" style="padding: 20px 0" />
27+
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/toolhive-ui-screenshot-dark.webp">
28+
<img src="./docs/images/toolhive-ui-screenshot-light.webp" alt="ToolHive screenshot" width="800" style="padding: 20px 0" />
2929
</picture>
3030

3131
## Quick links
3232

33-
- 🚀 [Quickstart](#getting-started) - install ToolHive Studio and run your first
34-
MCP server
33+
- 🚀 [Quickstart](#getting-started) - install ToolHive and run your first MCP
34+
server
3535
<!-- - 📚 [Documentation](https://docs.stacklok.com/toolhive/) -->
3636
- 💬 [Discord community](https://discord.gg/stacklok) - connect with the
3737
ToolHive community, ask questions, and share your experiences
38-
- 🛠️ [Developer guide](./docs/README.md) - build, test, and contribute to
39-
ToolHive Studio
38+
- 🛠️ [Developer guide](./docs/README.md) - build, test, and contribute to the
39+
ToolHive UI
4040

4141
---
4242

@@ -75,14 +75,16 @@ setup, no security headaches, no runtime hassles.
7575
- If you are using Linux, make sure your user is in the `docker` group
7676
([reference](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)).
7777

78-
### Install ToolHive Studio
78+
### Install ToolHive
7979

80-
Download and install the latest release of ToolHive Studio for your platform:
80+
Download and install the latest release of the ToolHive for your platform:
8181

8282
- macOS (Apple Silicon):
83-
[ToolHive.Studio.dmg](https://github.com/StacklokLabs/toolhive-studio/releases/latest/download/ToolHive.Studio.dmg)
83+
[download the DMG file](https://github.com/StacklokLabs/toolhive-studio/releases/latest/download/ToolHive.Studio.dmg),
84+
open it, and drag the ToolHive app to your Applications folder.
8485
- Windows:
85-
[ToolHive.Studio.Setup.exe](https://github.com/StacklokLabs/toolhive-studio/releases/latest/download/ToolHive.Studio.Setup.exe)
86+
[download the installer](https://github.com/StacklokLabs/toolhive-studio/releases/latest/download/ToolHive.Studio.Setup.exe)
87+
and run it.
8688
> [!NOTE]
8789
> The Windows installer is not digitally signed yet, so you might need to
8890
> accept warnings from Windows Defender SmartScreen. We're working on getting
@@ -93,7 +95,7 @@ Download and install the latest release of ToolHive Studio for your platform:
9395

9496
### Run your first MCP server
9597

96-
ToolHive Studio has four main areas:
98+
The ToolHive UI has four main areas:
9799

98100
- **Installed**: View and manage your installed MCP servers.
99101
- **Registry**: Browse and install servers from the curated registry of official
@@ -128,16 +130,16 @@ Start by installing a simple MCP server from the registry:
128130

129131
## How it works
130132

131-
Under the hood, ToolHive Studio runs each MCP server in its own secure container
132-
and exposes an HTTP/SSE proxy that MCP clients connect to.
133+
Under the hood, ToolHive runs each MCP server in its own secure container and
134+
exposes an HTTP/SSE proxy that MCP clients connect to.
133135

134136
<picture>
135137
<source media="(prefers-color-scheme: dark)" srcset="docs/images/toolhive-diagram-dark.svg">
136138
<img src="docs/images/toolhive-diagram-light.svg" alt="ToolHive diagram" width="800" style="padding: 20px 0" />
137139
</picture>
138140

139141
For more advanced use cases, ToolHive is also available as a command-line tool
140-
which can be used standalone or side-by-side with ToolHive Studio and as a
142+
which can be used standalone or side-by-side with the ToolHive UI and as a
141143
Kubernetes Operator. Learn more in the
142144
[ToolHive documentation](https://docs.stacklok.com/toolhive/).
143145

@@ -163,15 +165,13 @@ This project is licensed under the [Apache 2.0 License](./LICENSE).
163165

164166
<!-- Badge links -->
165167
<!-- prettier-ignore-start -->
166-
[release-img]: https://img.shields.io/github/v/release/StacklokLabs/toolhive-studio?label=Latest%20version
168+
[release-img]: https://img.shields.io/github/v/release/StacklokLabs/toolhive-studio?style=flat&label=Latest%20version
167169
[release]: https://github.com/StacklokLabs/toolhive-studio/releases/latest
168-
[ci-img]: https://img.shields.io/github/actions/workflow/status/StacklokLabs/toolhive-studio/on-main.yml?logo=github&label=Build
170+
[ci-img]: https://img.shields.io/github/actions/workflow/status/StacklokLabs/toolhive-studio/on-main.yml?style=flat&logo=github&label=Build
169171
[ci]: https://github.com/StacklokLabs/toolhive-studio/actions/workflows/on-main.yml
170-
[license-img]: https://img.shields.io/badge/License-Apache2.0-blue.svg
172+
[license-img]: https://img.shields.io/badge/License-Apache2.0-blue.svg?style=flat
171173
[license]: https://opensource.org/licenses/Apache-2.0
172-
[stars-img]: https://img.shields.io/github/stars/StacklokLabs/toolhive-studio.svg?logo=github&label=Stars
173-
[stars]: https://github.com/StacklokLabs/toolhive-studio
174-
[discord-img]: https://img.shields.io/discord/1184987096302239844?logo=discord&logoColor=white&label=Discord
174+
[discord-img]: https://img.shields.io/discord/1184987096302239844?style=flat&logo=discord&logoColor=white&label=Discord
175175
[discord]: https://discord.gg/stacklok
176176
<!-- prettier-ignore-end -->
177177

0 commit comments

Comments
 (0)