https://github.com/stacklok/toolhive-studio
ToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agents
https://github.com/stacklok/toolhive-studio
agents ai ai-security claude continue copilot cursor developer-tools linux macos mcp mcp-client mcp-server mcp-tools model-context-protocol security typescript windows
Last synced: 3 months ago
JSON representation
ToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agents
- Host: GitHub
- URL: https://github.com/stacklok/toolhive-studio
- Owner: stacklok
- License: apache-2.0
- Created: 2025-05-22T14:04:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T16:55:48.000Z (3 months ago)
- Last Synced: 2025-07-15T18:56:45.779Z (3 months ago)
- Topics: agents, ai, ai-security, claude, continue, copilot, cursor, developer-tools, linux, macos, mcp, mcp-client, mcp-server, mcp-tools, model-context-protocol, security, typescript, windows
- Language: TypeScript
- Homepage: https://toolhive.dev/
- Size: 5.73 MB
- Stars: 14
- Watchers: 6
- Forks: 1
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Note: This is an experimental project that is actively being developed and tested - features may change without notice
![]()
![]()
![]()
[![Release][release-img]][release] [![Build status][ci-img]][ci]
[![License: Apache 2.0][license-img]][license]
[![Discord][discord-img]][discord]# ToolHive - simplify and secure MCP servers
**Run any Model Context Protocol (MCP) server — securely, instantly, anywhere.**
ToolHive is the easiest way to discover, deploy, and manage MCP servers. Launch
any MCP server in a locked-down container with just a few clicks. No manual
setup, no security headaches, no runtime hassles.
## Quick links
- 🚀 [Quickstart](https://docs.stacklok.com/toolhive/tutorials/quickstart-ui) -
install ToolHive and run your first MCP server
- 📚 [Documentation](https://docs.stacklok.com/toolhive/) - learn more about
ToolHive's features
- 💬 [Discord community](https://discord.gg/stacklok) - connect with the
ToolHive community, ask questions, and share your experiences
- 🛠️ [Developer guide](./docs/README.md) - build, test, and contribute to the
ToolHive UI---
## Why ToolHive?
- **Instant deployment:** Start any MCP server with a simple graphical workflow.
- **Secure by default:** Every server runs in an isolated container with only
the permissions it needs. Secrets are managed securely, never in plaintext.
- **Works everywhere:** Runs on Windows, macOS, or Linux.
- **Seamless integration:** ToolHive auto-configures popular clients like GitHub
Copilot, Cursor, Claude Code, and more.
![]()
---
## Getting started
To get started with ToolHive, download the latest release from
[the website](https://toolhive.dev/download.html) and follow the
[quickstart guide](https://docs.stacklok.com/toolhive/tutorials/quickstart-ui).---
## How it works
Under the hood, ToolHive runs each MCP server in its own secure container and
exposes an HTTP/SSE proxy that MCP clients connect to.
For more advanced use cases, ToolHive is also available as a command-line tool
which can be used standalone or side-by-side with the ToolHive UI and as a
Kubernetes Operator. Learn more in the
[ToolHive documentation](https://docs.stacklok.com/toolhive/).---
## Privacy and Telemetry
ToolHive uses [Sentry](https://sentry.io/) for error tracking and performance
monitoring to help us identify and fix issues, improve stability, and enhance
the user experience. This telemetry is enabled by default but completely
optional.### What data is collected?
- Error reports and crash logs
- Performance metrics
- Usage patterns### How to opt out
You can easily disable telemetry at any time:
1. Open ToolHive
2. Go to **Settings** (gear icon in the top navigation)
3. Find the **Telemetry** section
4. Toggle off telemetry collection---
## Contributing
We welcome contributions and feedback from the community!
- 🐛 [Report issues](https://github.com/stacklok/toolhive-studio/issues)
- 💬 [Join our Discord](https://discord.gg/stacklok)
- 🤝 [Contributing guide](./CONTRIBUTING.md)
- 🛠️ [Developer guide](./docs/README.md)If you have ideas, suggestions, or want to get involved, check out our
contributing guide or open an issue. Join us in making ToolHive even better!---
## License
This project is licensed under the [Apache 2.0 License](./LICENSE).
[release-img]: https://img.shields.io/github/v/release/stacklok/toolhive-studio?style=flat&label=Latest%20version
[release]: https://github.com/stacklok/toolhive-studio/releases/latest
[ci-img]: https://img.shields.io/github/actions/workflow/status/stacklok/toolhive-studio/on-main.yml?style=flat&logo=github&label=Build
[ci]: https://github.com/stacklok/toolhive-studio/actions/workflows/on-main.yml
[license-img]: https://img.shields.io/badge/License-Apache2.0-blue.svg?style=flat
[license]: https://opensource.org/licenses/Apache-2.0
[discord-img]: https://img.shields.io/discord/1184987096302239844?style=flat&logo=discord&logoColor=white&label=Discord
[discord]: https://discord.gg/stacklok