by cloudwalk · MCP Server · ★ 370
Hermes MCP A high-performance Model Context Protocol (MCP) implementation in Elixir. Overview Hermes MCP is a comprehensive Elixir SDK for the Model Context Protocol, providing complete client and server implementations with Elixir's exceptional concurrency model and fault tolerance. Installation Quick Start Server elixir Define a server with tools capabilities defmodule MyApp.MCPServer do use Hermes.Server, name: "My Server", version: "1.0.0", capabilities: [:tools] @impl true # this callback will be called when the # MCP initialize lifecycle completes def init(clientinfo, frame) do...
| Stars | 370 |
| Forks | 46 |
| Language | Elixir |
| Category | MCP Server |
| License | MIT |
| Quality Score | 56.044/100 |
| Open Issues | 41 |
| Last Updated | 2026-05-18 |
| Created | 2025-02-24 |
| Platforms | mcp |
| Est. Tokens | ~91k |
These tools work well together with hermes-mcp for enhanced workflows:
Explore other popular mcp server tools:
hermes-mcp is Elixir Model Context Protocol (MCP) SDK. It is categorized as a MCP Server with 370 GitHub stars.
hermes-mcp is primarily written in Elixir. It covers topics such as agentic-ai, elixir, mcp.
You can find installation instructions and usage details in the hermes-mcp GitHub repository at github.com/cloudwalk/hermes-mcp. The project has 370 stars and 46 forks, indicating an active community.
hermes-mcp is released under the MIT license, making it free to use and modify according to the license terms.