toolhive-studio
by stacklok
Overview
ToolHive simplifies and secures the discovery, deployment, and management of Model Context Protocol (MCP) servers, enabling connections to AI agents and clients.
Installation
pnpm run startEnvironment Variables
- VITE_SENTRY_DSN
- VITE_ENABLE_AUTO_DEVTOOLS
- THV_PORT
- THV_MCP_PORT
Security Notes
Critical vulnerability identified: The application uses hardcoded encryption keys ('toolhive-chat-encryption-key', 'toolhive-threads-encryption-key') for sensitive user data such as AI API keys and chat history. This renders the stored data easily decryptable by anyone with access to the application code, severely compromising data confidentiality. Other security aspects like CSP are present but this flaw is fundamental.
Similar Servers
mcphub
A hub for managing, orchestrating, and providing a unified API for various Model Context Protocol (MCP) servers and their tools, including user management, OAuth services, and discovery of external servers.
mcp-router
A desktop application for managing Model Context Protocol (MCP) servers, supporting local and remote connections, context management, and integration with AI tools.
cli
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.