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
BeginnerEstimated 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
Editmcp.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.Additional Resources
Author Information
Related MCPs
aj-mcp
16
AJ-MCP is a lightweight MCP SDK for Java, designed to facilitate the easy construction of both client and server applications. It supports Java 8 and above, including compatibility with Spring Boot. With minimal dependencies, it is easy to use and extend, backed by comprehensive documentation and examples.