by cloudwalk · MCP Server · ★ 370
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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 {:ok,frame | assign(counter: 0) | registertool("echo", inputschema: %{ text: {:required, :string, max: 150, description: "the text to be echoed"} }, annotations: %{readonly: true}, description: "echoes everything the user
| 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:
Looking for a hermes-mcp alternative? If you're comparing hermes-mcp with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
A Plugin-Based Multi-Agent System for In-Editor Academic Writing, Review, and Editing
A security scanner for your LLM agentic workflows
Harness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools,
The open context engine for AI agents support 15+ data sources. Built on Rust and Apache DataFusion.
🚀 Universal SDK for building next-gen MCP servers
An MCP server to query any Postgres database in natural language.
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.
The top alternatives to hermes-mcp on Agent Skills Hub include paperdebugger, agentic-radar, mcp-client-for-ollama. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.