Anubis MCP Server

🏺 Anubis - Intelligent Guidance for AI Workflows | MCP-compliant workflow intelligence system with embedded, context-aware guidance for reliable

Local serverstdioTypeScript

What is the Anubis MCP MCP server?

If you want an AI assistant working directly with Anubis MCP, the anubis mcp mcp server is the bridge. 🏺 Anubis - Intelligent Guidance for AI Workflows | MCP-compliant workflow intelligence system with embedded, context-aware guidance for reliable AI-assisted development.

What Anubis MCP does

2- then make sure you are on Code mode and ask it to generate the custom Anubis mode for you

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • workflow-guidance.service.ts — step-progress-tracker.service.ts
  • workflow-bootstrap.service.ts — progress-calculator.service.ts
  • step-query.service.ts — step-execution.service.ts
  • role-transition.service.ts — execution-data-enricher.service.ts
  • workflow-guidance — mcp.service.ts
  • Type — Safe Operations**: Comprehensive TypeScript coverage
  • Multi — Agent Support**: Cursor, Copilot, RooCode, KiloCode templates
  • Role — based boundaries** for focused expertise
  • Backend — NestJS v11 + TypeScript
  • Database — Prisma ORM + SQLite/PostgreSQL
  • MCP — @rekog/mcp-nest v1.5.2
  • Runtime — Node.js ≥18.0.0
  • Sub — 50ms cached responses
  • Architect — System Design

Installing the anubis mcp mcp server

The server is distributed via npm as @hive-academy/anubis, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

The server reads one environment variable: PROJECT_ROOT. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. Anubis MCP sits in that group, and the shape of its toolset — workflow-guidance.service.ts, workflow-bootstrap.service.ts, step-query.service.ts among others — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Anubis MCP.
  • Maintained by Hive-Academy, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the anubis mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
workflow-guidance.service.tsstep-progress-tracker.service.ts
workflow-bootstrap.service.tsprogress-calculator.service.ts
step-query.service.tsstep-execution.service.ts
role-transition.service.tsexecution-data-enricher.service.ts
workflow-guidancemcp.service.ts
TypeSafe Operations**: Comprehensive TypeScript coverage
MultiAgent Support**: Cursor, Copilot, RooCode, KiloCode templates
Rolebased boundaries** for focused expertise
BackendNestJS v11 + TypeScript
DatabasePrisma ORM + SQLite/PostgreSQL
MCP@rekog/mcp-nest v1.5.2
RuntimeNode.js ≥18.0.0
Sub50ms cached responses
ArchitectSystem Design

How to install the Anubis MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PROJECT_ROOTConfiguration value read at startup.Optional

Example prompts to try

  • Use Anubis MCP to workflow-guidance.service.ts.
  • Use Anubis MCP to workflow-bootstrap.service.ts.
  • Use Anubis MCP to step-query.service.ts.

Frequently asked questions

It connects Anubis MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (workflow-guidance.service.ts, workflow-bootstrap.service.ts, step-query.service.ts, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Anubis MCP directly.