by zoedsoupe · MCP Server · ★ 147
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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 | 147 |
| Forks | 53 |
| Language | Elixir |
| Category | MCP Server |
| Quality Score | 55.924/100 |
| Open Issues | 9 |
| Last Updated | 2026-06-16 |
| 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
MCP C++ SDK - Model Context Protocol implementation in CPP with enterprise-grade security, observability and c
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 147 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 147 stars and 53 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.