Merge pull request #823 from shiraayal-tadata/fastapi-to-mcp-auto-generator

Add FastAPI to MCP auto generator to resources in README.md
This commit is contained in:
Tadas Antanavicius
2025-03-13 12:21:31 -07:00
committed by GitHub

View File

@@ -253,6 +253,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie
### For servers
* **[EasyMCP](https://github.com/zcaceres/easy-mcp/)** (TypeScript)
- **[FastAPI to MCP auto generator](https://github.com/tadata-org/fastapi_mcp)**  A zero-configuration tool for automatically exposing FastAPI endpoints as MCP tools by **[Tadata](https://tadata.com/)**
* **[FastMCP](https://github.com/punkpeye/fastmcp)** (TypeScript)
* **[Foxy Contexts](https://github.com/strowk/foxy-contexts)** A library to build MCP servers in Golang by **[strowk](https://github.com/strowk)**
* **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java)