diff --git a/README.md b/README.md index 02c69463..f6afcdac 100644 --- a/README.md +++ b/README.md @@ -289,15 +289,16 @@ Interact with Git repositories and version control platforms. Enables repository ## Frameworks -- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) πŸ“‡ – Provides integration between [Genkit](https://github.com/firebase/genkit/tree/main) and the Model Context Protocol (MCP). -- [rectalogic/langchain-mcp](https://github.com/rectalogic/langchain-mcp) 🐍 - Provides MCP tool calling support in LangChain, allowing for the integration of MCP tools into LangChain workflows. -- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - Golang SDK for building MCP Servers and Clients. -- [metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang) 🏎️ - Golang framework for building MCP Servers, focussed on type safety - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python -- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) πŸ¦€ - MCP CLI server template for Rust +- [FastMCP](https://github.com/punkpeye/fastmcp) πŸ“‡ - A high-level framework for building MCP servers in TypeScript - [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - Golang library to write MCP Servers declaratively with functional testing included +- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) πŸ“‡ – Provides integration between [Genkit](https://github.com/firebase/genkit/tree/main) and the Model Context Protocol (MCP). - [LiteMCP](https://github.com/wong2/litemcp) ⚑️ - A high-level framework for building MCP servers in JavaScript/TypeScript +- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - Golang SDK for building MCP Servers and Clients. - [mcp-framework](https://github.com/QuantGeekDev/mcp-framework) - ⚑️ Fast and elegant TypeScript framework for building MCP servers +- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) πŸ¦€ - MCP CLI server template for Rust +- [metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang) 🏎️ - Golang framework for building MCP Servers, focussed on type safety +- [rectalogic/langchain-mcp](https://github.com/rectalogic/langchain-mcp) 🐍 - Provides MCP tool calling support in LangChain, allowing for the integration of MCP tools into LangChain workflows. - [salty-flower/ModelContextProtocol.NET](https://github.com/salty-flower/ModelContextProtocol.NET) #οΈβƒ£πŸ  - A C# SDK for building MCP servers on .NET 9 with NativeAOT compatibility ⚑ πŸ”Œ ## Clients