From 00324e5f4eac6b6a2383c9f25c8e67ae6dd60fea Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Wed, 23 Apr 2025 06:03:11 +0300 Subject: [PATCH] Add ToolHive to Frameworks section (#160) ToolHive is a lightweight utility designed to simplify the deployment and management of MCP servers, ensuring ease of use, consistency, and security. It provides a curated registry of MCPs with verified configurations, secure secrets management, and standardized packaging using OCI containers. This commit adds ToolHive to the Frameworks section of the awesome-mcp-servers list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f85ba99..9ff00f5 100644 --- a/README.md +++ b/README.md @@ -288,3 +288,4 @@ A growing set of community-developed and maintained servers demonstrates various - **[mcp-framework](https://github.com/QuantGeekDev/mcp-framework)** - Fast and elegant Typescript framework for building MCP servers - **[oatpp-mcp](https://github.com/oatpp/oatpp-mcp)** - Anthropic's Model Context Protocol implementation for Oat++ - **[centralmind/gateway](https://github.com/centralmind/gateway)** - CLI that generates MCP tools based on your Database schema and data using AI and host as REST, MCP or MCP-SSE server +- **[ToolHive](https://github.com/StacklokLabs/toolhive)** - A lightweight utility designed to simplify the deployment and management of MCP servers, ensuring ease of use, consistency, and security through containerization