From 7b0155afbc504d42fa1e4d160a0f0b9c0e071afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serhat=20Uzba=C5=9F?= Date: Thu, 12 Jun 2025 17:05:07 +0300 Subject: [PATCH] feat: add MCP Server Generator entry to README - Add a new entry for **MCP Server Generator** in the README. - Provide a brief description of its functionality. - Highlight its features, including AI guidance and automatic dependency management. - Ensure the entry maintains the formatting consistency with existing entries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f33ced1056..971e7cd154 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you. - **[MCP Proxy Server](https://github.com/TBXark/mcp-proxy)** - An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server. - **[MCP Server Creator](https://github.com/GongRzhe/MCP-Server-Creator)** - A powerful Model Context Protocol (MCP) server that creates other MCP servers! This meta-server provides tools for dynamically generating FastMCP server configurations and Python code. +- **[MCP Server Generator](https://github.com/SerhatUzbas/mcp-server-generator)** - An MCP server that creates and manages MCP servers! Helps both non-technical users and developers build custom JavaScript MCP servers with AI guidance, automatic dependency management, and Claude Desktop integration. - **[MCP STDIO to Streamable HTTP Adapter](https://github.com/pyroprompts/mcp-stdio-to-streamable-http-adapter)** - Connect to Streamable HTTP MCP Servers even if the MCP Client only supports STDIO. - **[mcp-containerd](https://github.com/jokemanfire/mcp-containerd)** - The containerd MCP implemented by Rust supports the operation of the CRI interface. - **[MCP-Database-Server](https://github.com/executeautomation/mcp-database-server)** - Fastest way to interact with your Database such as SQL Server, SQLite and PostgreSQL