CLI tool for simplifying Model Context Protocol (MCP) server deployment and management
Top 42.0% on sourcepulse
ToolHive is a CLI utility designed to simplify the deployment and management of MCP (Model Context Protocol) servers, targeting developers and teams seeking enhanced security and ease of use. It addresses the complexities of setting up MCP servers by providing a standardized, containerized approach, reducing the attack surface and eliminating the need for manual dependency management.
How It Works
ToolHive leverages Docker or Podman to run MCP servers in isolated containers, ensuring consistency and security. It acts as an SSE proxy, forwarding client requests to these containers via standard input/output (stdio) or Server-Sent Events (SSE). This architecture minimizes container permissions and prevents direct host access, while also supporting secure secret management through integrations with encrypted stores or 1Password.
Quick Start & Requirements
brew install thv
), or build from source.thv config auto-discovery true
, thv run fetch
, thv list
.Highlighted Details
uvx://
, npx://
, and go://
schemes.Maintenance & Community
#toolhive-developers
.Licensing & Compatibility
Limitations & Caveats
Some clients like Continue and Claude Desktop are not yet supported due to SSE protocol limitations. The Kubernetes Operator functionality is still under active development and not recommended for production use cases.
17 hours ago
Inactive