From 2dc5fe7eba3e8a8b15baabf72b204842272c371a Mon Sep 17 00:00:00 2001 From: zoey Date: Thu, 3 Jul 2025 10:45:32 -0300 Subject: [PATCH] chore: add hermes-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20c51494..9be8f4a3 100644 --- a/README.md +++ b/README.md @@ -900,6 +900,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[Template MCP Server](https://github.com/mcpdotdirect/template-mcp-server)** - A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure * **[AgentR Universal MCP SDK](https://github.com/universal-mcp/universal-mcp)** - A python SDK to build MCP Servers with inbuilt credential management by **[Agentr](https://agentr.dev/home)** * **[Vercel MCP Adapter](https://github.com/vercel/mcp-adapter)** (Typescript) - A simple package to start serving an MCP server on most major JS meta-frameworks including Next, Nuxt, Svelte, and more. +* **[Hermes MCP](https://github.com/cloudwalk/hermes-mcp)** (Elixir) - A high-performance and high-level Model Context Protocol (MCP) implementation in Elixir. Think like "Live View" for MCP. ### For clients