anubis-mcp — MCP Server by zoedsoupe

by zoedsoupe · MCP Server · ★ 147

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

About anubis-mcp

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]

elixirmcpmcp-sdk

Quick Facts

Stars147
Forks53
LanguageElixir
CategoryMCP Server
Quality Score55.924/100
Open Issues9
Last Updated2026-06-16
Created2025-07-30
Platformsmcp
Est. Tokens~16k

anubis-mcp alternative? Top 6 similar tools

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.

  • hermes-mcp by cloudwalk · ⭐ 370

    Elixir Model Context Protocol (MCP) SDK

  • magg by sitbon · ⭐ 131

    Magg: The MCP Aggregator

  • gopher-mcp by GopherSecurity · ⭐ 118

    MCP C++ SDK - Model Context Protocol implementation in CPP with enterprise-grade security, observability and c

  • turbomcp by Epistates · ⭐ 89

    A full featured, enterprise grade rust MCP SDK

  • zeromcp by mrexodia · ⭐ 74

    Zero-dependency MCP server implementation.

  • claude-elixir-phoenix by oliver-kriska · ⭐ 456

    Claude Code plugin for Elixir/Phoenix/LiveView — 20 specialist agents, Iron Laws enforcement, and Tidewave MCP

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Elixir Agent Tools

Frequently Asked Questions

What is anubis-mcp?

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

What programming language is anubis-mcp written in?

anubis-mcp is primarily written in Elixir. It covers topics such as elixir, mcp, mcp-sdk.

How do I install or use anubis-mcp?

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.

What are the best alternatives to anubis-mcp?

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.

View on GitHub → Browse MCP Server tools