🏺 Anubis - Intelligent Guidance for AI Workflows | MCP-compliant workflow intelligence system with embedded, context-aware guidance for reliable
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.
2- then make sure you are on Code mode and ask it to generate the custom Anubis mode for you
Once connected, the assistant can call these 14 tools directly:
workflow-guidance.service.ts — step-progress-tracker.service.tsworkflow-bootstrap.service.ts — progress-calculator.service.tsstep-query.service.ts — step-execution.service.tsrole-transition.service.ts — execution-data-enricher.service.tsworkflow-guidance — mcp.service.tsType — Safe Operations**: Comprehensive TypeScript coverageMulti — Agent Support**: Cursor, Copilot, RooCode, KiloCode templatesRole — based boundaries** for focused expertiseBackend — NestJS v11 + TypeScriptDatabase — Prisma ORM + SQLite/PostgreSQLMCP — @rekog/mcp-nest v1.5.2Runtime — Node.js ≥18.0.0Sub — 50ms cached responsesArchitect — System DesignThe 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.
The server reads one environment variable: PROJECT_ROOT. Keep credentials in your client's env block or a secrets manager rather than committing them.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| PROJECT_ROOT | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.