anubis-mcp

Anubis MCP is a high-performance SDK for the Model Context Protocol (MCP) implemented in Elixir. It provides complete client and server implementations, leveraging Elixir's exceptional concurrency model and fault tolerance. This allows developers to efficiently build applications utilizing MCP.

GitHub Stars

19

User Rating

Not Rated

Favorites

0

Views

42

Forks

3

Issues

15

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/Hive-Academy/Anubis-MCP.git
cd Anubis-MCP

2. Install Dependencies

bash
npm install

3. Configure MCP Server

Edit mcp.json to add Anubis:
json
{
  "mcpServers": {
    "anubis": {
      "command": "npx",
      "args": ["-y", "@hive-academy/anubis"],
      "env": {
        "PROJECT_ROOT": "C:\path\to\projects"
      }
    }
  }
}

4. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: MCP server not recognized Solution: Verify configuration file path and syntax.