From ed54e3e5200808b3799e5cfc5310ac65e81ca654 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 13 Jan 2025 17:07:31 +0100 Subject: [PATCH] Add Java and Spring MCP SDK link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14e19fdc..0a65b4d8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome Model Context Protocol (MCP) servers. * 🏎️ – Go codebase * πŸ¦€ – Rust codebase * #️⃣ - C# Codebase + * β˜• - Java codebase * scope * ☁️ - Cloud Service * 🏠 - Local Service @@ -316,6 +317,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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 ⚑ πŸ”Œ +- [spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) β˜• 🌱 - Java SDK and Spring Framework integration for building MCP client and MCP servers with various, plugable, transport options. - [@marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands. ## Utilities