Skip to main content
Glama

𓂀𓁢𓋹𝔸ℕ𝕌𝔹𝕀𝕊𓋹𓁢𓂀 - Intelligent Guidance for

by Hive-Academy

𓂀𓁢𓋹𝔸ℕ𝕌𝔹𝕀𝕊𓋹𓁢𓂀 - Intelligent Guidance for AI Workflows

Transform your AI agent from chaotic coder to intelligent workflow orchestrator with three powerful capabilities:

Three Pillars of Intelligent Workflow Management

Intelligent Guidance | Seamless Transitions | Beautiful Reporting

Docker Pulls Docker Image Size Docker Image Version

** NPM Package** • ** Docker Hub** • ** Website**


CORE VALUE #1: INTELLIGENT GUIDANCE FOR AI AGENTS

Your AI agent receives step-by-step intelligent rules for every development task:

// Before Anubis: Chaotic, directionless coding "Create a user authentication system" → Where do I start? // With Anubis: Intelligent guidance at every step "Create a user authentication system" → Requirements Analysis (Researcher Role) System Architecture (Architect Role) Implementation Plan (Senior Dev Role) Quality Validation (Code Review Role) Progress Report (Auto-generated)

Benefits:

  • 30-50% faster development with structured workflows
  • 40-60% fewer defects through quality gates
  • 100% MCP-compliant guidance without execution

CORE VALUE #2: SEAMLESS TASK & ROLE TRANSITIONS

Never lose context when switching between roles or continuing tasks:

// Seamless context preservation across transitions { "currentRole": "architect", "completedSteps": ["requirements", "design"], "context": { "decisions": ["JWT for auth", "PostgreSQL for storage"], "rationale": "Scalability and security requirements", "nextSteps": ["Implementation by Senior Dev role"] } } // → Switch roles without losing any context!

Features:

  • Intelligent context preservation between role switches
  • Automatic task handoffs with full history
  • Role-based boundaries for focused expertise
  • Pause and resume workflows anytime

CORE VALUE #3: BEAUTIFUL HTML REPORTING

Transform your workflow data into stunning, interactive reports:

What you get:

  • Interactive dashboards with Chart.js visualizations
  • Mobile-responsive Tailwind CSS design
  • Progress tracking with visual indicators
  • Performance analytics for each role
  • Detailed task breakdowns with timelines
  • Export-ready reports for stakeholders

QUICK START

// Add to your MCP client config { "mcpServers": { "anubis": { "command": "npx", "args": ["-y", "@hive-academy/anubis"] } } }

Option 2: Docker

{ "mcpServers": { "anubis": { "command": "docker", "args": ["run", "-i", "-v", "anubis-data:/app/data", "--rm", "hiveacademy/anubis"] } } }

** Benefits**: Zero installation • Always latest version • Project isolation • Auto-dependency management


SUPERCHARGE YOUR AI AGENT IN 3 STEPS

Step 1: Initialize Intelligent Guidance

Please initialize Anubis workflow rules for [your-agent-name] by calling the init_rules MCP tool

Step 2: Start Your Workflow

Begin a new workflow for [your-project] with Anubis guidance

Step 3: Generate Beautiful Reports

Generate an interactive workflow report for the current execution

Supported Agents: cursorcopilotroocodekilocode


INTELLIGENT ROLE SYSTEM

RoleIntelligent PurposeKey Powers
BoomerangStrategic OrchestrationProject setup, task creation, workflow management
ResearcherKnowledge GatheringEvidence-based research, feasibility analysis
ArchitectSystem DesignTechnical architecture, implementation planning
Senior DeveloperCode ManifestationHigh-quality implementation, testing
Code ReviewQuality GuardianSecurity validation, performance review, approval

REAL-WORLD EXAMPLE

// 1. Agent receives intelligent guidance const guidance = await get_step_guidance({ executionId: 'auth-system-123', roleId: 'senior-developer' }); // 2. Anubis provides structured rules { "guidance": { "step": "Implement JWT authentication", "approach": [ "1. Create User model with Prisma", "2. Implement password hashing with bcrypt", "3. Create JWT token generation service", "4. Add authentication middleware" ], "qualityChecklist": [ "SOLID principles applied", "Unit tests coverage > 80%", "Security best practices", "Error handling implemented" ], "context": { "previousDecisions": ["PostgreSQL", "JWT strategy"], "nextRole": "code-review" } } } // 3. Agent executes with confidence and reports await report_step_completion({ result: 'success', metrics: { filesCreated: 8, testsWritten: 15, coverage: 85 } }); // 4. Beautiful report auto-generated! 📊

TECHNICAL EXCELLENCE

Enterprise-Grade Architecture:

  • Backend: NestJS v11 + TypeScript
  • Database: Prisma ORM + SQLite/PostgreSQL
  • MCP: @rekog/mcp-nest v1.5.2
  • Analytics: Chart.js + Tailwind CSS
  • Runtime: Node.js ≥18.0.0

Production Ready:

  • MCP-compliant architecture
  • Zero execution violations
  • 75% test coverage
  • Sub-50ms cached responses

📚 DOCUMENTATION


🤝 CONTRIBUTING

# Development setup npm install && npm run db:init && npm run start:dev # Quality checks npm run test && npm run lint

Standards: MCP compliance • SOLID principles • Domain-driven design • Evidence-based development


LICENSE

MIT License - see LICENSE file for details.


THE ANUBIS PROMISE

Intelligent GuidanceSeamless TransitionsBeautiful Reports

Transform your AI workflows from chaotic to intelligent. Give your agents the rules of the ancients with modern MCP-compliant architecture.

Ready to ascend? Add Anubis to your MCP config now!

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
    Last updated -
    179
    Python
    MIT License
    • Apple
    • Linux
  • A
    security
    F
    license
    A
    quality
    An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
    Last updated -
    11
    40
    TypeScript
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    An AI-powered MCP server that enables natural language interaction with AO (Arweave Operating system) for creating, running, and testing code and handlers without manual coding.
    Last updated -
    14
    955,056
    3
    TypeScript
  • A
    security
    A
    license
    A
    quality
    A MCP server that enables human-in-the-loop workflow in AI-assisted development tools by allowing users to run commands, view their output, and provide textual feedback directly to the AI assistant.
    Last updated -
    1
    453
    Python
    MIT License
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hive-Academy/Anubis-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server