anubis-mcp

by zoedsoupe · MCP Server · ★ 156

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,...

elixirmcpmcp-sdk

Quick Facts

Stars156
Forks55
LanguageElixir
CategoryMCP Server
Quality Score71.9682106591222/100
Open Issues16
Last Updated2026-07-06
Created2025-07-30
Platformsmcp
Est. Tokens~16k

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 156 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 156 stars and 55 forks, indicating an active community.

View on GitHub → Browse MCP Server tools