by zoedsoupe · MCP Server · ★ 156
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,...
| Stars | 156 |
| Forks | 55 |
| Language | Elixir |
| Category | MCP Server |
| Quality Score | 71.9682106591222/100 |
| Open Issues | 16 |
| Last Updated | 2026-07-06 |
| Created | 2025-07-30 |
| Platforms | mcp |
| Est. Tokens | ~16k |
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 156 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 156 stars and 55 forks, indicating an active community.