Systaro

DocuVault — AI skill for Claude Code

AI community

Self-hosted documentation that lives in Git or in DB - Leverages modern local AI Workflows with Claude Code or Cursor — your Docs are repos, that get synced.

How to install DocuVault

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Systaro/DocuVault and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What DocuVault does

Self-hosted documentation that lives in Git or in DB - Leverages modern local AI Workflows with Claude Code or Cursor — your Docs are repos, that get synced. Also comes with a CRUD MCP server for AI agents and a collaborative web UI. Role-based permissions per space, public share links.

Alternatives in AI

  • Skill Seekers Roadmap — Transform Skill Seekers into the easiest way to create Claude AI skills from any knowledge source - documentat 11.1k ★
  • Hindsight — State-of-the-art long-term memory for AI agents by Vectorize 6.7k ★
  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★

README

DocuVault

Self-hosted team documentation with Git as the source of truth. Edit collaboratively in the browser; every save is a commit to your repo. Comes with a CRUD MCP server for local AI editing and a role-based permission system. AI features are optional.

![Status](https://img.shields.io/badge/status-early%20access-yellow) ![License](https://img.shields.io/badge/license-BSL%201.1-blue)

**[Website](https://systaro.github.io/DocuVault/)** · [Install guide](docs/install.md) · [MCP server](#mcp-server-for-ai-agents)

Typing in the DocuVault editor. It saves, and a new commit appears in the git log.

Why

Most documentation tools either lock your content into a proprietary store (Notion, Confluence) or make you choose between web-editing and Git workflow (raw GitLab/GitHub, plain Markdown sites). DocuVault keeps both: your documents live as Markdown files in a Git repository you control, while the team gets a real WYSIWYG editor, search, sharing, and permissions on top.

For developers and AI tools, the same files are available locally — clone the repo, edit with Claude Code / Cursor / your editor of choice, push, and the web UI reflects the change. The included MCP server gives AI agents full CRUD access to documents without leaving the agent's tool loop.

Features

  • Git-backed storage. Every save commits to your Git repository (GitLab today; GitHub coming). Full version history for free.
  • Local-first AI editing. Clone the repo and edit with any LLM tool that works on files. No vendor lock-in.
  • Full-CRUD MCP server. Ships as @systaro/docuvault-mcp on npm. Drop it into any MCP-compatible client (Claude Desktop, Claude Code, Cursor) and your AI agent can list spaces, read documents, create them, edit them, and share them — directly.
  • WYSIWYG editor. TipTap-based rich editor that emits clean Markdown.
  • Role-based permissions. Super Admin, Org Admin, Edit