Add HasMCP to Frameworks (for servers section)#3170
Closed
mustafaturan wants to merge 1 commit intomodelcontextprotocol:mainfrom
Closed
Add HasMCP to Frameworks (for servers section)#3170mustafaturan wants to merge 1 commit intomodelcontextprotocol:mainfrom
mustafaturan wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
**Add HasMCP to README** Added HasMCP to the "For servers" section - a no-code tool that generates production-ready MCP servers from OpenAPI, Swagger specifications. Additionally, it allows manual server creation and can generate MCP servers using its own MCP via LLMs. HasMCP is a self-hosted MCP Server generator framework, which comes with built-in log tracer. The log tracing features helps debugging MCP Servers and MCP Clients. Docs: https://docs.hasmcp.com Github: https://github.com/hasmcp/hasmcp-ce **Server Details** Server: HasMCP Category: Server Framework / No-code Server Generator Repository: https://github.com/hasmcp/hasmcp-ce **Motivation and Context** HasMCP fills a gap in the ecosystem by providing an AI-powered way to generate complete MCP server without any coding. It comes built-in tools like live log tracing which helps both MCP Server owners and MCP Clients to debug the input/output for each call. OpenAPI → MCP Server: Auto-convert REST APIs with full auth support (API Key, Bearer, OAuth2) Natural Language → MCP Server: Describe tools in plain English, get working server using its own MCP Server via LLMs Multi-Provider: Works with Anthropic Claude, OpenAI GPT, and Google Gemini Generated servers work with all MCP-compatible frameworks: Claude Code, OpenAI Agents SDK, Google ADK, LangChain, CrewAI, and more. How Has This Been Tested? ✅ Tested with Claude Code and Claude Desktop ✅ Used by companies in production ✅ Generated servers validated with multiple LLM clients Breaking Changes None - this is an addition to the server frameworks list. Checklist [x] I have read the https://modelcontextprotocol.io [x] My changes follows MCP security best practices [x] I have updated the server's README accordingly [x] I have tested this with an LLM client [x] My code follows the repository's style guidelines [x] New and existing tests pass locally [x] I have added appropriate error handling [x] I have documented all environment variables and configuration options
Member
|
Hi @mustafaturan! We are no longer accepting PRs to add servers to the README.** Instead, please publish your server to the MCP Server Registry to make it discoverable to the MCP ecosystem. To publish your server, follow the quickstart guide. You can browse published servers at https://registry.modelcontextprotocol.io/. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added HasMCP to the "For servers" section - a no-code tool that generates production-ready MCP servers from OpenAPI, Swagger specifications. Additionally, it allows manual server creation via user inputs and can generate MCP servers using its own MCP via LLMs. HasMCP is a self-hosted MCP Server generator framework, which comes with built-in log tracer. The log tracing features helps debugging MCP Servers and MCP Clients.
Server Details
Server: HasMCP
Category: Server Framework / No-code, API to MCP Server Generator
Repository: https://github.com/hasmcp/hasmcp-ce
Motivation and Context
HasMCP fills a gap in the ecosystem by providing an AI-powered way to generate complete MCP server without any coding. It comes built-in tools like live log tracing which helps both MCP Server owners and MCP Clients to debug the input/output for each call.
OpenAPI → MCP Server: Auto-convert REST APIs with full auth support (API Key, Bearer, OAuth2)
Natural Language → MCP Server: Describe tools in plain English, get working server using its own MCP Server via LLMs
Multi-Provider: Works with Anthropic Claude, OpenAI GPT, and Google Gemini
Generated servers work with all MCP-compatible frameworks: Claude Code, OpenAI Agents SDK, Google ADK, LangChain, CrewAI, and more.
How Has This Been Tested?
Breaking Changes
None
Types of changes
Checklist
Additional context