anubis-mcp — security grade SAFE, quality 72/100

Security audit verdict: SAFE · quality 72/100

No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →

by zoedsoupe · MCP Server · ★ 170

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

🔒 Is anubis-mcp safe to install? View the security audit →

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

Stars170
Forks72
LanguageElixir
CategoryMCP Server
Quality Score71.9682106591222/100
Open Issues29
Last Updated2026-09-07
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

  • gopher-mcp by GopherSecurity · ⭐ 147

    C++ MCP SDK - build Model Context Protocol (MCP) servers and clients in C++ / CPP. Enterprise-grade security,

  • magg by sitbon · ⭐ 142

    Magg: The MCP Aggregator

  • turbomcp by Epistates · ⭐ 98

    A full featured, enterprise grade rust MCP SDK

  • zeromcp by mrexodia · ⭐ 89

    Zero-dependency MCP server implementation.

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

    Claude Code plugin for Elixir/Phoenix/LiveView — 26 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 170 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 170 stars and 72 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, gopher-mcp, magg. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

How this security grade is produced

Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.

The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.

Sources & who's responsible:

View on GitHub → Browse MCP Server tools