by zoedsoupe · MCP 服务器 · ★ 147
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 | 147 |
| Forks | 53 |
| Language | Elixir |
| Category | MCP 服务器 |
| Quality Score | 55.924/100 |
| Open Issues | 9 |
| Last Updated | 2026-06-16 |
| Created | 2025-07-30 |
| Platforms | mcp |
| Est. Tokens | ~16k |
Explore other popular mcp 服务器 tools:
anubis-mcp is Elixir Model Context Protocol (MCP) SDK (hermes-mcp fork). It is categorized as a MCP 服务器 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.