From c80eb234378d2a620414cea2aee2d694323148c9 Mon Sep 17 00:00:00 2001 From: Chris Battarbee Date: Tue, 10 Dec 2024 21:34:52 +0000 Subject: [PATCH] Add mcp-golang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 766373cc..044cb1e6 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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). - [@modelcontextprotocol/server-langchain](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 - [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - Golang library to write MCP Servers declaratively with functional testing included