From 3fbdd2b71c41c02939be1c9473721fc3ddfc399f Mon Sep 17 00:00:00 2001 From: Victor Kiselev Date: Wed, 12 Mar 2025 16:35:13 +0100 Subject: [PATCH] Added CentralMind Gateway - MCP CLI tool (#62) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 475a918..315beda 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ - **[LiteMCP](https://github.com/wong2/litemcp)** - A TypeScript framework for building MCP servers elegantly - **[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 --- Curated by [ChatHub](https://chathub.gg/?utm_source=mcp)