Add HasMCP to Frameworks (for servers section) #3170
+1
−0
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