by zoedsoupe · MCP Server · ★ 165
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is anubis-mcp safe to install? View the security audit →
Anubis MCP A high-performance Model Context Protocol (MCP) implementation in Elixir. Overview Anubis 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 tool as a Component (compile-time registration) defmodule MyApp.Echo do @moduledoc "Echoes everything the user says to the LLM" use Anubis.Server.Component, type: :tool alias Anubis.Server.Response schema do field :text, :string, required: true, maxlength: 150, description: "the text to be echoed" end @impl true def execute(%{text: text}, frame) do {:reply, Response.text(Response.tool(), text), frame} end end defmodule MyApp.MCPServer do use Anubis.Server, name: "My Server", version: "1.0.0", capabilities: [:tools]
| Stars | 165 |
| Forks | 64 |
| Language | Elixir |
| Category | MCP Server |
| Quality Score | 71.9682106591222/100 |
| Open Issues | 12 |
| Last Updated | 2026-08-08 |
| Created | 2025-07-30 |
| Platforms | mcp |
| Est. Tokens | ~16k |
Looking for a anubis-mcp alternative? If you're comparing anubis-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.
Elixir Model Context Protocol (MCP) SDK
Magg: The MCP Aggregator
C++ MCP SDK - build Model Context Protocol (MCP) servers and clients in C++ / CPP. Enterprise-grade security,
A full featured, enterprise grade rust MCP SDK
Zero-dependency MCP server implementation.
Claude Code plugin for Elixir/Phoenix/LiveView — 20 specialist agents, Iron Laws enforcement, and Tidewave MCP
Explore other popular mcp server tools:
anubis-mcp is Elixir Model Context Protocol (MCP) SDK (hermes-mcp fork). It is categorized as a MCP Server with 165 GitHub stars.
anubis-mcp is primarily written in Elixir. It covers topics such as elixir, mcp, mcp-sdk.
You can find installation instructions and usage details in the anubis-mcp GitHub repository at github.com/zoedsoupe/anubis-mcp. The project has 165 stars and 64 forks, indicating an active community.
The top alternatives to anubis-mcp on Agent Skills Hub include hermes-mcp, magg, gopher-mcp. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.