hermes-mcp — MCP Server by cloudwalk

by cloudwalk · MCP Server · ★ 370

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About hermes-mcp

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

agentic-aielixirmcpmcp-server

Quick Facts

Stars370
Forks46
LanguageElixir
CategoryMCP Server
LicenseMIT
Quality Score56.044/100
Open Issues41
Last Updated2026-05-18
Created2025-02-24
Platformsmcp
Est. Tokens~91k

Compatible Skills

These tools work well together with hermes-mcp for enhanced workflows:

  • anubis-mcp — semantic(0.84)+rare_topics+same_lang+similar_pop+shared_platform (59%)
  • elixir-architect — semantic(0.58)+complementary+rare_topics+similar_pop (55%)
  • claude-code-elixir — semantic(0.42)+complementary+rare_topics+similar_pop (49%)

hermes-mcp alternative? Top 6 similar tools

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.

  • paperdebugger by PaperDebugger · ⭐ 1.4k

    A Plugin-Based Multi-Agent System for In-Editor Academic Writing, Review, and Editing

  • agentic-radar by splx-ai · ⭐ 923

    A security scanner for your LLM agentic workflows

  • mcp-client-for-ollama by jonigl · ⭐ 749

    Harness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools,

  • wren-engine by Canner · ⭐ 662

    The open context engine for AI agents support 15+ data sources. Built on Rust and Apache DataFusion.

  • concierge by concierge-hq · ⭐ 534

    🚀 Universal SDK for building next-gen MCP servers

  • pgmcp by subnetmarco · ⭐ 529

    An MCP server to query any Postgres database in natural language.

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Elixir Agent Tools

Frequently Asked Questions

What is hermes-mcp?

hermes-mcp is Elixir Model Context Protocol (MCP) SDK. It is categorized as a MCP Server with 370 GitHub stars.

What programming language is hermes-mcp written in?

hermes-mcp is primarily written in Elixir. It covers topics such as agentic-ai, elixir, mcp.

How do I install or use hermes-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.

What license does hermes-mcp use?

hermes-mcp is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to hermes-mcp?

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.

View on GitHub → Browse MCP Server tools