anubis-mcp

zoedsoupe/anubis-mcp
★ 155 stars Elixir Browser/Web Updated 13d ago
Elixir Model Context Protocol (MCP) SDK (hermes-mcp fork)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anubis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zoedsoupe/anubis-mcp"
      ]
    }
  }
}

README Excerpt

A high-performance Model Context Protocol (MCP) implementation in Elixir. Anubis MCP is a comprehensive Elixir SDK for the [Model Context Protocol](https://spec.modelcontextprotocol.io/), providing complete client and server implementations with Elixir's exceptional concurrency model and fault tolerance.

Topics

elixirmcpmcp-sdk